[Webkit-unassigned] [Bug 61287] [UNIX] Use SOCK_SEQPACKET when available

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 27 16:27:16 PDT 2011


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





--- Comment #34 from Balazs Kelemen <kbalazs at webkit.org>  2011-05-27 16:27:16 PST ---
My opinion (and not more) after reading the discussion. If we want to support systems without SOCK_SEQPACKET (and I guess we do) then we need to implement the fallback for SOCK_DGRAM. So, I don't think we should implement a path for SOCK_SEQPACKET at all (for systems where it is available). Furthermore, if SOCK_DGRAM is more effective than SOCK_SEQPACKET (I guess Kimmo and Simon believes that it is) than it is better to use SOCK_DGRAM with the fallback everywhere. Regarding to Anders's comment: I don't think it is a really serious problem that we have a quirk for platforms that implement CoreIPC with sightly different technique than what is used on Mac and Windows (and Chromium).

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