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: mycroft
Date: Thu Oct 23 20:55:08 UTC 2003
Modified Files:
src/sys/netinet: in.c in_pcb.c in_pcb.h in_var.h tcp_input.c
udp_usrreq.c
Log Message:
Remove all the code to maintain ia_inpcbs. This information was only used to
close sockets on address changes, which was deemed to be a bad idea and was
summarily removed, so there is no point in wasting effort on maintaining it
any more.
To generate a diff of this commit:
cvs rdiff -r1.91 -r1.92 src/sys/netinet/in.c
cvs rdiff -r1.88 -r1.89 src/sys/netinet/in_pcb.c
cvs rdiff -r1.35 -r1.36 src/sys/netinet/in_pcb.h
cvs rdiff -r1.49 -r1.50 src/sys/netinet/in_var.h
cvs rdiff -r1.184 -r1.185 src/sys/netinet/tcp_input.c
cvs rdiff -r1.112 -r1.113 src/sys/netinet/udp_usrreq.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