Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: syssrc



Module Name:    syssrc
Committed By:   explorer
Date:           Tue Jul 27 06:23:58 UTC 1999

Modified Files:
        syssrc/sys/netinet6: in6_proto.c

Log Message:
Fix a problem where tcp_slowtimo was called twice, once for ipv4 tcp and
once for ipv6.  This patch makes the ipv6 case pass NULLs in for fast
and slow timeouts iff defined(INET) and passes in the right function
if !defined(INET).

Reveiwed by itojun%iijlab.net.@localhost


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 syssrc/sys/netinet6/in6_proto.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