Open
Description
When running tneat
as a server on Linux as follows:
$ ./tneat -P prop_sctp.json
and connecting to this server with tneat on FreeBSD as follows:
$ ./tneat -P prop_sctp.json <IP address>
on_connected
is never called on the client side on FreeBSD. However, this works when both machines are running Linux. This also works when e.g. TCP is used, so the problem seems to be related to how NEAT handles SCTP and how it is handled differently on Linux and FreeBSD.
The Linux machine ran Ubuntu 16.04.1 LTS 4.13.0-32-generic. The FreeBSD machine ran FreeBSD 11.1-RELEASE r321309.
Metadata
Metadata
Assignees
Labels
No labels
Activity