]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
When a duplicate SYN arrives which matches an entry in the syncache,
authorJonathan Lemon <jlemon@FreeBSD.org>
Tue, 12 Feb 2002 02:03:50 +0000 (02:03 +0000)
committerJonathan Lemon <jlemon@FreeBSD.org>
Tue, 12 Feb 2002 02:03:50 +0000 (02:03 +0000)
commit0cab7c4b086b1d81ec4f3d5a1fc2a06dbb35a746
treed268d93099e420dd1652d4897274fd6b5dba6214
parent8046c4b99898ba8ea33f2b2e9a596f628457fd7b
When a duplicate SYN arrives which matches an entry in the syncache,
update our lazy reference to the inpcb structure, as it may have changed.

Found by: dima
sys/netinet/tcp_syncache.c