DragonFly commits List (threaded) for 2003-08
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/sys/netinet tcp_input.c tcp_timer.c tcp_var.h
hsu 2003/08/14 16:09:33 PDT
Modified files:
sys/netinet tcp_input.c tcp_timer.c tcp_var.h
Log:
Make the logic clear on when to use Eifel detection or fall back
onto the old RTT heuristic.
Move infrequently executed code out of the fast path to avoid
L1 instruction cache pollution.
Add statistics to disambiguate how a spurious retransmit was detected.
Revision Changes Path
1.9 +29 -40 src/sys/netinet/tcp_input.c
1.5 +17 -0 src/sys/netinet/tcp_timer.c
1.7 +3 -0 src/sys/netinet/tcp_var.h
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]