cvs commit: src/sys/netinet tcp_input.c tcp_subr.c tcp_timer.c
tcp_timer.h tcp_timewait.c tcp_var.h
Andre Oppermann
andre at FreeBSD.org
Wed May 16 17:14:27 UTC 2007
andre 2007-05-16 17:14:26 UTC
FreeBSD src repository
Modified files:
sys/netinet tcp_input.c tcp_subr.c tcp_timer.c
tcp_timer.h tcp_timewait.c tcp_var.h
Log:
Move TIME_WAIT related functions and timer handling from files
other than repo copied tcp_subr.c into tcp_timewait.c#1.284:
tcp_input.c#1.350 tcp_timewait() -> tcp_twcheck()
tcp_timer.c#1.92 tcp_timer_2msl_reset() -> tcp_tw_2msl_reset()
tcp_timer.c#1.92 tcp_timer_2msl_stop() -> tcp_tw_2msl_stop()
tcp_timer.c#1.92 tcp_timer_2msl_tw() -> tcp_tw_2msl_scan()
This is a mechanical move with appropriate renames and making
them static if used only locally.
The tcp_tw_2msl_scan() cleanup function is still run from the
tcp_slowtimo() in tcp_timer.c.
Revision Changes Path
1.351 +2 -143 src/sys/netinet/tcp_input.c
1.283 +0 -1 src/sys/netinet/tcp_subr.c
1.93 +1 -54 src/sys/netinet/tcp_timer.c
1.35 +2 -2 src/sys/netinet/tcp_timer.h
1.284 +194 -5 src/sys/netinet/tcp_timewait.c
1.150 +2 -0 src/sys/netinet/tcp_var.h
More information about the cvs-src
mailing list