Crate sctp [−] [src]
This crate provides high level SCTP networking. Currently it only supports basic SCTP features like multi-homing in one-to-one and one-to-many associations. SCTP notifications and working directly on associations is not supported yet but is in the TODO list.
Structs
Incoming |
Iterator over incoming connections on |
SctpEndpoint |
One-to-many SCTP endpoint. |
SctpListener |
SCTP listener which behaves like a |
SctpStream |
One-to-one SCTP connected stream which behaves like a TCP stream.
A |
Enums
SoDirection |
Socket direction |