gvisor/pkg/tcpip/network
Tamir Duberstein 6fa5cee82c Prevent memory leaks in ilist
When list elements are removed from a list but not discarded, it becomes
important to invalidate the references they hold to their former
neighbors to prevent memory leaks.

PiperOrigin-RevId: 299412421
2020-03-06 12:31:43 -08:00
..
arp Add support for tearing down protocol dispatchers and TIME_WAIT endpoints. 2020-02-24 10:32:17 -08:00
fragmentation Prevent memory leaks in ilist 2020-03-06 12:31:43 -08:00
hash Standardize on tools directory. 2020-01-27 12:21:00 -08:00
ipv4 Add support for tearing down protocol dispatchers and TIME_WAIT endpoints. 2020-02-24 10:32:17 -08:00
ipv6 Add support for tearing down protocol dispatchers and TIME_WAIT endpoints. 2020-02-24 10:32:17 -08:00
BUILD
ip_test.go