Skip to content

Cannot open SCTP connections from FreeBSD to Linux #432

Open
@fredhau

Description

@fredhau

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions