Print this page
*** 59,71 ****
* the transmit low water mark. TCP_XMIT_LOWATER (and thus the _xmit_lowat
* property) is only used if the administrator has disabled _snd_lowat_fraction
* by setting it to 0.
*/
#define TCP_XMIT_LOWATER 4096
! #define TCP_XMIT_HIWATER 128000
#define TCP_RECV_LOWATER 2048
! #define TCP_RECV_HIWATER 1048576
/*
* Bind hash list size and has function. It has to be a power of 2 for
* hashing.
*/
--- 59,71 ----
* the transmit low water mark. TCP_XMIT_LOWATER (and thus the _xmit_lowat
* property) is only used if the administrator has disabled _snd_lowat_fraction
* by setting it to 0.
*/
#define TCP_XMIT_LOWATER 4096
! #define TCP_XMIT_HIWATER 49152
#define TCP_RECV_LOWATER 2048
! #define TCP_RECV_HIWATER 128000
/*
* Bind hash list size and has function. It has to be a power of 2 for
* hashing.
*/