[Webkit-unassigned] [Bug 61538] [UNIX] SOCK_DGRAM sockets are not notified when the other end closes the connection

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


https://bugs.webkit.org/show_bug.cgi?id=61538


Carlos Garcia Campos <cgarcia at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #94986|                            |review?
               Flag|                            |




--- Comment #1 from Carlos Garcia Campos <cgarcia at igalia.com>  2011-05-26 09:16:05 PST ---
Created an attachment (id=94986)
 --> (https://bugs.webkit.org/attachment.cgi?id=94986&action=review)
Patch to use STREAM sockets

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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list