]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[tcp] Discard all TCP connections on shutdown
authorMichael Brown <mcb30@ipxe.org>
Tue, 8 May 2012 11:39:04 +0000 (12:39 +0100)
committerMichael Brown <mcb30@ipxe.org>
Tue, 8 May 2012 11:49:01 +0000 (12:49 +0100)
commit8a0331c29b950b5f940dc2157f69b5b7610460c8
tree68dd40b802fc2670299eb388d17f17772e94f38e
parent52dd4bacadb1ec45ecc66abe4ee6bd17fe07e66f
[tcp] Discard all TCP connections on shutdown

Allow detection of genuine memory leaks by ensuring that all TCP
connections are freed on shutdown.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/net/tcp.c