SCTP Implementation
|
- Association startup/takedown according to state-machine of SCTP draft version 13
- IPv4 and IPv6 support
- (Selective) Multihoming support (i.e. any number out of a number of local IP addresses may belong to an association)
- Timer based ULP protocol (relying callback-functions executed by a timer-module)
- Use of Raw Sockets for SCTP I/O
- some more....
|