Subject: TCP Timeouts.
To: None <tech-net@Netbsd.org>
From: Darren Reed <darrenr@reed.wattle.id.au>
List: tech-net
Date: 01/29/2002 09:16:04
In the kernel, there are a number of timeouts for things like
retransmission, keep alive, etc.  This is all well and good
provided one thing: all of the applications can live with using
the SAME timeouts.

Given the new callout mechanism we have, has anyone looked at
making it possible to set the various TCP timeouts on a per-socket
basis?

If not, does anyone have any thoughts on problems, gotchas, etc,
about making it possible to set different timeouts per-socket ?

Darren