Ruslan Ermilov 751dea2935 Back when we had T/TCP support, we used to apply different
timeouts for TCP and T/TCP connections in the TIME_WAIT
state, and we had two separate timed wait queues for them.
Now that is has gone, the timeout is always 2*MSL again,
and there is no reason to keep two queues (the first was
unused anyway!).

Also, reimplement the remaining queue using a TAILQ (it
was technically impossible before, with two queues).
2006-09-07 13:06:00 +00:00
..
2006-09-03 16:24:36 +00:00
2006-09-07 06:00:03 +00:00
2006-05-26 13:54:27 +00:00
2006-08-10 06:04:00 +00:00
2006-09-07 06:18:34 +00:00
2006-09-03 22:24:08 +00:00