rx-user-socket-buffer-sizes-20090110
authorJeffrey Altman <jaltman@your-file-system.com>
Sun, 11 Jan 2009 04:24:37 +0000 (04:24 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Sun, 11 Jan 2009 04:24:37 +0000 (04:24 +0000)
commit5b0e23567e1ed64f448bb3253ad90d39cad31271
treee3547d58491f21413b52190ac8b99afeeb27f2f2
parent3162fdd59201e1615e2fe700ec003e81c7c932bf
rx-user-socket-buffer-sizes-20090110

LICENSE MIT

if the socket buffer size specified by the configuration is too large
to be applied, do not drop down immediately to 32766 bytes.  Instead
try increasingly smaller values trying to find the largest one that
works.  use the same value for the send buf size as well.
src/rx/rx_user.c