FreeBSD/src 6e76489 — sys/netinet tcp_pcap.c tcp_pcap.h
tcp: remove support for TCPPCAP This feature could be used to store the last sent and received TCP packets for a TCP endpoint. There was no utility to get these packets from a live system or core. This functionality is now provided by TCP Black Box Logging, which also stores additional events. There are tools to get these traces from a live system or a core. Therefore remove TCPPCAP to avoid maintaining it, when it is not used anymore. Reviewed by: rrs, rscheff, Peter Lei, glebiu Sponsored by: Netflix, Inc. Differential Revision: https://reviews.freebsd.org/D49589
Delta | File | |
---|---|---|
+0 | -452 | sys/netinet/tcp_pcap.c |
+0 | -39 | sys/netinet/tcp_pcap.h |
+0 | -33 | sys/netinet/tcp_usrreq.c |
+0 | -24 | sys/netinet/tcp_subr.c |
+0 | -12 | sys/netinet/tcp_output.c |
+0 | -7 | sys/netinet/tcp_input.c |
+0 | -567 | 8 files not shown |
+5 | -583 | 14 files |