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: yamt
Date: Tue Dec 21 05:51:33 UTC 2004
Modified Files:
src/sys/netinet: tcp_input.c tcp_var.h udp_usrreq.c udp_var.h
Log Message:
factor out receive side tcp/udp checksum handling code so that they
can be used by eg. packet filters.
reviewed by Christos Zoulas on tech-net@.
(slightly tweaked since then to make tcp and udp similar.)
To generate a diff of this commit:
cvs rdiff -r1.211 -r1.212 src/sys/netinet/tcp_input.c
cvs rdiff -r1.114 -r1.115 src/sys/netinet/tcp_var.h
cvs rdiff -r1.128 -r1.129 src/sys/netinet/udp_usrreq.c
cvs rdiff -r1.25 -r1.26 src/sys/netinet/udp_var.h
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