cvs commit: src/sys/netinet tcp_hostcache.c
Andre Oppermann
andre at FreeBSD.org
Tue Dec 2 13:25:14 PST 2003
andre 2003/12/02 13:25:12 PST
FreeBSD src repository
Modified files:
sys/netinet tcp_hostcache.c
Log:
Swap destination and source arguments of two bcopy() calls.
Before committing the initial tcp_hostcache I changed them from memcpy()
to conform with FreeBSD style without realizing the difference in argument
definition.
This fixes hostcache operation for IPv6 (in general and explicitly IPv6
path mtu discovery) and T/TCP (RFC1644).
Submitted by: Taku YAMAMOTO <taku at cent.saitama-u.ac.jp>
Approved by: re (rwatson)
Revision Changes Path
1.3 +2 -2 src/sys/netinet/tcp_hostcache.c
More information about the cvs-src
mailing list