On Fri, Oct 2, 2009 at 2:30 PM, Adam Langley <[email protected]> wrote: > There was some concern that a renderer could use sendto on a > SOCK_DGRAM to direct packets to other destinations. However, when > created with socketpair, this isn't an issue as I recall.
Wait a minute. Idiot alert; I got that wrong. It *is* an issue with SOCK_DGRAM, which is why we're using SEQPACKET. So, if you change it to DGRAM for FreeBSD, please make sure that it's still SEQPACKET on Linux. Cheers AGL --~--~---------~--~----~------------~-------~--~----~ Chromium Developers mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev -~----------~----~----~----~------~----~------~--~---
