ND6_HINT() should not be called unless the connection status is
ESTABLISHED. Obtained from: KAME Project
This commit is contained in:
parent
9cfe1d9943
commit
e93e66fb27
@ -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;
|
||||
}
|
||||
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user