Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/netinet
Module Name: src
Committed By: dyoung
Date: Mon Jan 14 04:19:10 UTC 2008
Modified Files:
src/sys/netinet: in_pcb.c ip_input.c ip_output.c tcp_input.c
tcp_output.c tcp_subr.c
Log Message:
Use rtcache_validate() instead of rtcache_getrt(). Shorten staircase
in in_losing().
To generate a diff of this commit:
cvs rdiff -r1.121 -r1.122 src/sys/netinet/in_pcb.c
cvs rdiff -r1.260 -r1.261 src/sys/netinet/ip_input.c
cvs rdiff -r1.190 -r1.191 src/sys/netinet/ip_output.c
cvs rdiff -r1.275 -r1.276 src/sys/netinet/tcp_input.c
cvs rdiff -r1.163 -r1.164 src/sys/netinet/tcp_output.c
cvs rdiff -r1.220 -r1.221 src/sys/netinet/tcp_subr.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index