Re: auto recycling of TIME_WAIT connections

2007-09-10 Thread Pádraig Brady
Rick Jones wrote: >> The first issue, requires a large timeout, and >> the TIME_WAIT timeout is currently 60 seconds on linux. >> That timeout effectively limits the connection rate between >> local TCP clients and a server to 32k/60s or around 500 >> connections/second. > > Actually, it would be

auto recycling of TIME_WAIT connections

2007-09-07 Thread Pádraig Brady
As I see it, TIME_WAIT state is required for 2 reasons: to handle wandering duplicate packets (so a reincarnation of a connection will not be corrupted by these packets) To handle last ack from active closer (client) not being received by remote. If that happened, the server which is in L