[webkit-reviews] review requested: [Bug 61538] [UNIX] SOCK_DGRAM sockets are not notified when the other end closes the connection : [Attachment 94986] Patch to use STREAM sockets

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 26 09:16:04 PDT 2011


Carlos Garcia Campos <cgarcia at igalia.com> has asked  for review:
Bug 61538: [UNIX] SOCK_DGRAM sockets are not notified when the other end closes
the connection
https://bugs.webkit.org/show_bug.cgi?id=61538

Attachment 94986: Patch to use STREAM sockets
https://bugs.webkit.org/attachment.cgi?id=94986&action=review

------- Additional Comments from Carlos Garcia Campos <cgarcia at igalia.com>
One of the possible solutions would be simply using STREAM sockets instead of
DGRAM sockets when SEQPACKET is not available. The problem is that the code is
more complex because we need to handle message boundaries in the receiver, but
the same code works for SEQPACKET sockets too.


More information about the webkit-reviews mailing list