Skip to content

Enhance SCTP package

Yan-Jie Lin requested to merge (removed):master into master
  • Use Epoll to enhance accept function
  • Add a new returnvalue notification to SCTPRead
  • Simplify the logic of SCTPRead
    • remove for loop
    • return notification to the upper layer (notification should be handled by the caller)
  • Add Util function to SCTPConn
    • Set write/read timeout
    • Set non blocking
    • Note: non-blocking error(EAGAIN) should be handled by the caller of SCTPRead
  • Implement 2 SCTP notification structure (defined in RFC 6458)
    • SCTP Assoc Change Event
    • SCTP Shutdown Event
    • parse notification at SCTPRead
  • Fix RtoInfo field

Merge request reports