[Webkit-unassigned] [Bug 61287] [UNIX] Don't use SOCK_DGRAM in socketpair()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 26 02:16:07 PDT 2011


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





--- Comment #15 from Kimmo Kinnunen <kimmo.t.kinnunen at nokia.com>  2011-05-26 02:16:07 PST ---
(In reply to comment #14)
> Created an attachment (id=94943)
 --> (https://bugs.webkit.org/attachment.cgi?id=94943&action=review) [details]
> New patch using SOCK_SEQPACKET when available
> 
> Actually, I think falling back to STREAM sockets is much easier than using a dummy socket, because we can use the same code for both STREAM and SEQPACKET 


No you cannot, if you don't modify the current code.

If you do modify the current code, as with this patch, then you don't accept the point about redundant complexity and possible regressions the patch causes.

-- 
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