CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/01/27 14:35:13
Modified files:
sys/netinet : tcp_timer.c
Log message:
Assert that tcp_timer_rexmt() uses IPv4 inpcb.
in_pcbnotifyall() must be called with IPv4 inpcb only. Comment why
this is the case and verify it with kassert. This assures that
inp_faddr is a valid address.
OK mvs@
