https://bugs.winehq.org/show_bug.cgi?id=17195
Krzysztof Dębski fantom15@poczta.onet.pl changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |fantom15@poczta.onet.pl
--- Comment #161 from Krzysztof Dębski fantom15@poczta.onet.pl --- I think that SOCK_SEQPACKET is supported on FreeBSD (http://lists.freebsd.org/pipermail/svn-src-head/2009-October/010832.html) but the maximum size of a message can be a problem:
$ cat /proc/sys/net/core/wmem_max 163840
We may just ask users to raise the limit if some of their appliactions fail.
Have you checked your patch on an older version on Linux (without SO_PEEK_OFF)?