search for: connectviasctp

Displaying 1 result from an estimated 1 matches for "connectviasctp".

2014 Feb 10
0
[PATCH] Basic SCTP support for OpenSSH client and server
...OpenSSH client to make connections over SCTP, and allows the OpenSSH server to listen for connections over SCTP. SCTP is a robust transport-layer protocol which supports, amongst other things, the changing of endpoint IPs without breaking the connection. To connect via SCTP, pass -H or set "ConnectViaSCTP yes". To listen via SCTP as well as TCP, set "ListenViaSCTP yes". You will need to run autoreconf after applying this patch since there are changes to configure.ac. SCTP will be automatically enabled if detected by configure. If you pass --with-sctp, configure will fail if SCTP is...