Track the number of outstanding packets on a TCP connection.
authorDante <dante@dante.org.uk>
Tue, 15 Sep 2009 21:08:29 +0000 (23:08 +0200)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 15 Sep 2009 21:08:29 +0000 (23:08 +0200)
commit6ff9f189497d20e6336dbb962f2a41c991ba2a9d
tree66392f7d1bb2c28bbf0f556adbaaca6280d1e706
parent97af9a0ec7994f0e6ef01d8d6785d613f56ce181
Track the number of outstanding packets on a TCP connection.

This allows us to free the connection when all packets are
accounted for, and the connection is to be marked "closed"

Signed-off-by: Alan T. DeKok <aland@freeradius.org>
src/include/radiusd.h
src/main/event.c