> Changes by: bl...@cvs.openbsd.org 2016/09/03 08:53:17 > > Modified files: > sys/sys : socketvar.h > > Log message: > Increase the socket buffer size limit from 256 KB to 2 MB. This > will speed up TCP connections. If the value is too high, users may > run out of mbufs. This should be less likely as we have increased > the mbuf cluster limit. > OK claudio@ deraadt@
This series of commits might be a bit optimistic and overreaching, but it is being commited so our userbase helps us explore the problem area. We need feedback.