Reliable UDP implementation written purely in Go, powered by Pion's SCTP and DCEP.
- Implements user-space SCTP over UDP
- TCP like client/server architecture
- DCEP support
- Ordered / unordered
- Partial reliability
- Initial motivation was to test pion/sctp
- Makes it easy to create UDP based applications
- Client/Server (not peer-to-peer)
- Simple (Data Channel only)
- No Signaling
- No ICE
- No DTLS
- No SRTP
- Best for creating tools
- Production use is NOT recommended
(TODO)
See sctptest for now.
- Allocate server resource on CookieEcho (against DDoS)