ND6_HINT() should not be called unless the connection status is

ESTABLISHED.

Obtained from:	KAME Project
This commit is contained in:
Munechika SUMIKAWA 2000-04-17 20:27:02 +00:00
parent ad8d5711fb
commit 5e0ab69d23
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=59334
2 changed files with 0 additions and 2 deletions

View File

@ -1189,7 +1189,6 @@ tcp_input(m, off0, proto)
callout_reset(tp->tt_keep, tcp_keepinit, tcp_timer_keep, tp);
dropsocket = 0; /* committed to socket */
tcpstat.tcps_accepts++;
ND6_HINT((struct tcpcb *)inp->inp_ppcb);
goto trimthenstep6;
}

View File

@ -1189,7 +1189,6 @@ tcp_input(m, off0, proto)
callout_reset(tp->tt_keep, tcp_keepinit, tcp_timer_keep, tp);
dropsocket = 0; /* committed to socket */
tcpstat.tcps_accepts++;
ND6_HINT((struct tcpcb *)inp->inp_ppcb);
goto trimthenstep6;
}