CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/05/08 09:10:33
Modified files:
sys/netinet : tcp_input.c tcp_output.c tcp_subr.c tcp_timer.c
tcp_timer.h tcp_var.h
Log message:
Historically there were slow and fast tcp timeouts. That is why
the delack timer had a different implementation. Use the same
mechanism for all TCP timer.
OK mpi@ visa@
