CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2017/10/25 06:38:21
Modified files:
share/man/man4 : options.4
sys/conf : GENERIC
sys/netinet : tcp_input.c tcp_output.c tcp_timer.c
tcp_usrreq.c tcp_var.h
usr.bin/netstat: inet.c
Log message:
Remove the TCP_FACK option and associated #if{,n}def code.
TCP_FACK was disabled by provos@ in June 1999.
TCP_FACK is an algorithm that decides that when something is lost, all
not SACKed packets until the most forward SACK are lost. It may be a
correct estimate, if network does not reorder packets.
OK visa@ mpi@ mikeb@