http://bugs.winehq.org/show_bug.cgi?id=17195
--- Comment #51 from Adam Martinson adam.r.martinson@gmail.com 2011-12-19 13:59:43 CST --- (In reply to comment #50) Yeah I realize that wine won't start if this is botched, but I consider that a plus: there's a built-in test case xD
FYI Alexandre says the datagram-on-SOCK_STREAM approach won't work reliably with multiple threads sharing the same pipe, so I guess I'll have a go at the SOCK_SEQPACKET<->SOCK_STREAM approach.