From: Eric Wong Date: 2015-07-20T22:46:45+00:00 Subject: [ruby-core:70052] Re: [Ruby trunk - Bug #11364] [Open] Use smaller buffer for sendmsg merch-redmine@jeremyevans.net wrote: > Bug #11364: Use smaller buffer for sendmsg > https://bugs.ruby-lang.org/issues/11364 > > OpenBSD's limit is less than 128. Btw, this is pretty disappointing since I want to use SOCK_SEQPACKET more for IPC in some projects. Does SO_RCVBUF/SO_SNDBUF help in OpenBSD with SOCK_SEQPACKET sockets?