cvs commit: src/sys/conf files src/sys/netinet tcp_input.c
tcp_reass.c tcp_subr.c tcp_timewait.c tcp_var.h
Andre Oppermann
andre at freebsd.org
Sun May 13 22:20:56 UTC 2007
Andre Oppermann wrote:
> andre 2007-05-13 22:16:13 UTC
>
> FreeBSD src repository
>
> Modified files:
> sys/conf files
> sys/netinet tcp_input.c tcp_reass.c tcp_subr.c
> tcp_timewait.c tcp_var.h
> Log:
> Complete the (mechanical) move of the TCP reassembly and timewait
> functions from their origininal place to their own files.
>
> TCP Reassembly from tcp_input.c -> tcp_reass.c
> TCP Timewait from tcp_subr.c -> tcp_timewait.c
>
> Revision Changes Path
> 1.1206 +2 -0 src/sys/conf/files
> 1.350 +0 -211 src/sys/netinet/tcp_input.c
> 1.352 +2 -31 src/sys/netinet/tcp_reass.c
> 1.282 +2 -352 src/sys/netinet/tcp_subr.c
> 1.283 +4 -30 src/sys/netinet/tcp_timewait.c
> 1.149 +15 -0 src/sys/netinet/tcp_var.h
Some stray timewait functions in tcp_input.c and tcp_timer.c will
move next to tcp_timewait.c.
--
Andre
More information about the cvs-src
mailing list