On Fri, Oct 2, 2009 at 2:37 PM, Ben Laurie <b...@chromium.org> wrote:
> Why will it certainly not work? From what (little) I understand,
> SOCK_SEQPACKET adds record boundaries to SOCK_STREAM ... presumably
> one could simulate that over SOCK_STREAM?

There are multiple, concurrent writers to the socket. If you make
assumptions about the kernel's behaviour, you might be able to come up
with a workable framing protocol, but it's much better to use the
correct socket type.


AGL

--~--~---------~--~----~------------~-------~--~----~
Chromium Developers mailing list: chromium-dev@googlegroups.com 
View archives, change email options, or unsubscribe: 
    http://groups.google.com/group/chromium-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to