search for: listenviasctp

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

2014 Feb 10
0
[PATCH] Basic SCTP support for OpenSSH client and server
...erver 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 not detected. The include file <netinet/sctp.h> is required. Li...