[webkit-reviews] review requested: [Bug 61287] [UNIX] Don't use SOCK_DGRAM in socketpair() : [Attachment 94813] Patch to use SOCK_STREAM

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 25 11:31:36 PDT 2011


Carlos Garcia Campos <cgarcia at igalia.com> has asked  for review:
Bug 61287: [UNIX] Don't use SOCK_DGRAM in socketpair()
https://bugs.webkit.org/show_bug.cgi?id=61287

Attachment 94813: Patch to use SOCK_STREAM
https://bugs.webkit.org/attachment.cgi?id=94813&action=review

------- Additional Comments from Carlos Garcia Campos <cgarcia at igalia.com>
This patch uses SOCK_STREAM instead of SOCK_DGRAM handling message boundaries
in the receiver.


More information about the webkit-reviews mailing list