Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 1.08 KB

README.md

File metadata and controls

16 lines (14 loc) · 1.08 KB

roadmap

  • stun - Session Traversal Utilities for NAT (STUN) server.
    • binary-data - Declarative encoder/decoder of various binary data.
  • dtls super minimal DTLS client / server library (no extensions, no session tickets, limited cipher suites)
    • unicast - unicast implementation of UDP Datagram sockets.
    • dgram-server - stream-based UDP server.
    • pem-file - PEM file format encoder / decoder.
  • sctp - Stream Control Transmission Protocol, fork and rework already existing sctp module.
  • datachannel protocol
  • spec-compliand SDP parser
  • ICE agent
  • spec-compliant webrtc interface WEBRTC DATACHANNEL SUPPORT
  • turn

TODO: Linux 5.11 added SCTP over UDP. Need to test DTLS over SCTP over UDP in kernel.