From: Alexandre F. <ale...@gm...> - 2008-12-08 08:57:16
|
On Mon, Dec 8, 2008 at 4:32 AM, Donal K. Fellows <don...@ma...> wrote: > > [ ... And I don't understand SOCK_SEQPACKET. ] That's reliable-ordered-datagrams (or stream-with-boundaries). The only place I ever used it is on an emulated Bluetooth layer exposing sound IO on a braindead home VOIP gateway made by my company :-} socket(PF_BLUETOOTH, SOCK_SEQPACKET, BTPROTO_SCO) Now whatever the semantics (possibly barely useful) or support (possibly patchy), exposing it in Dave's work should not be a problem (just map a string to an integer constant). -Alex |