summaryrefslogtreecommitdiff
path: root/tests/set_recvmaxsize.c
Commit message (Collapse)AuthorAge
* fixes #815 Eliminate socket filters on message queuesGarrett D'Amore2019-03-13
| | | | | | | This also eliminates the enforcement of NNG_OPT_RECVMAXSZ for inproc, which never really made much sense. This helps inproc go faster. While here, also clean up the entry point for protocols to support a drain option, since we don't use that anywhere.
* Allow recv_maxsize to be set after calling listen() on listener. (#747)Cody Piersall2018-12-16
fixes #724 set recvmaxsize after listen for tcp.