WineHQ
Comments
 

The following comments are owned by whoever posted them. WineHQ is not responsible for what they say.

RE:
by nyu2 on Wednesday June 24th 2009, 2:50
root@tsunami:~# cat /proc/sys/net/ipv4/tcp_wmem
4096 16384 4194304
root@tsunami:~# echo 4096 131072 4194304 > /proc/sys/net/ipv4/tcp_wmem
root@tsunami:~# cat /proc/sys/net/ipv4/tcp_wmem
4096 131072 4194304
root@tsunami:~# exit

[post new] [reply to this]

  • RE: by Scott on Friday June 26th 2009, 16:52
RE:
by nyu2 on Wednesday June 24th 2009, 2:52
Basically I started at the number that it was set at, and doubled it, tested it, doubled it, tested it... until it worked.

[post new] [reply to this]

Page loaded in 0.01002 seconds.