Hi Ray,
Thanks for answering.

[EMAIL PROTECTED] wrote:
Do you have keepalive on ? That might be it. Usually on a busy site it's
better to turn keepalive off. You might try that and see if the number of
fin_wait's go away.
# sysctl -a | grep keep
net.inet.ip.keepfaith: 0
net.inet.ip.fw.dyn_keepalive: 1
net.inet.tcp.keepidle: 7200000
net.inet.tcp.keepintvl: 75000
net.inet.tcp.keepinit: 75000
net.inet.tcp.always_keepalive: 1
net.inet6.ip6.keepfaith: 0

I see that keepalive starts after 2 hours(?) (net.inet.tcp.keepidle), but what would disable it? I guess always_keepalive=0.


Robert _______________________________________________ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to