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

ESTABLISHED.

Obtained from:	KAME Project
This commit is contained in:
sumikawa 2000-04-17 20:27:02 +00:00
parent 9cfe1d9943
commit e93e66fb27
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;
}