Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Nov 2015 15:25:25 +0000
From:      "rrs (Randall Stewart)" <phabric-noreply@FreeBSD.org>
To:        freebsd-net@freebsd.org
Subject:   [Differential] [Updated] D1809: [sockbuf] Don't expose lock details when isn't needed
Message-ID:  <5042a78761f5bc3b6b22c169406e64b2@localhost.localdomain>
In-Reply-To: <differential-rev-PHID-DREV-itcsjouioqxprcrqy7hw-req@FreeBSD.org>
References:  <differential-rev-PHID-DREV-itcsjouioqxprcrqy7hw-req@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5042a78761f5bc3b6b22c169406e64b2>