CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2018/06/14 11:00:58
Modified files: sys/netinet : in_pcb.c tcp_input.c sys/netinet6 : in6_pcb.c Log message: Assert that the INP_IPV6 in in6_pcbconnect() is correct. Just call in_pcbconnect() to avoid the address family maze in syn_cache_get(). input claudio@; OK mpi@