| Summary: | tcp connections linger too long in the timed wait state | ||
|---|---|---|---|
| Product: | Base System | Reporter: | pfritz <pfritz> |
| Component: | kern | Assignee: | freebsd-bugs (Nobody) <bugs> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | 3.3-RELEASE | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
pfritz
1999-12-30 15:40:02 UTC
State Changed From-To: open->closed This is not a bug - the TCP specification requires the side that did an active close to linger in the TIME_WAIT state for 2*MSL. MSL is by convention set to 30 sec. If you want to circumvent the spec, you can do so by changing the TCPTV_MSL definition. Note that in -current, this is now a sysctl: net.inet.tcp.msl -- Jonathan |