Open
Description
If the multihoming property is set SCTP (on Ubuntu 16.04) connection fails with
[ 0.494709][DBG] Failed to create he socket (family:2, type:1, prodocol:132)
To reproduce using tneat
:
Start a server:
./tneat -p 8888
On the client node create a property file test.prop
containing the properties { "transport": { "value": "SCTP", "precedence": 1}, "multihoming": { "value": true, "precedence": 2} }
. Then run:
./tneat 172.23.10.2 -p 8888 -P ./test.prop -v2 -n 100
BTW, using an MPTCP kernel I get a different error
[ 0.849131][ERR] Failed to bindx fd XXX socket to IP. Error: Invalid argument
Metadata
Metadata
Assignees
Labels
No labels
Activity