rrs added a comment.

  The socket buffer with SCTP is just not something thats workable. There are
  all sorts of pre-defined notions that closely align a socket buffer to 
stream-of-bytes
  semantics of TCP. With UDP its never an issue, since you have all un-ordered 
who
  cares up come the messages.
  
  With SCTP there are all sorts of interesting ordering constraints and 
settings that
  make it so that you can't just read from a linear socket buffer.
  
  We definitely would need a completely different abstraction!

REVISION DETAIL
  https://reviews.freebsd.org/D1809

EMAIL PREFERENCES
  https://reviews.freebsd.org/settings/panel/emailpreferences/

To: davide, kmacy, np, lstewart, rwatson, rrs
Cc: julian, freebsd-net-list
_______________________________________________
freebsd-net@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"

Reply via email to