CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/04/06 10:49:40
Modified files:
sys/netinet : in_pcb.c tcp_usrreq.c
sys/netinet6 : in6_pcb.c
Log message:
Remove redundant call to in{,6}_pcbbind() from tcp PRU_CONNECT.
Make sure that in_pcbbind() is called from in_pcbconnect() by KASSERTing that
local port == 0 implies an unspecified local address.
OK claudio@
