CVSROOT:        /cvs
Module name:    src
Changes by:     bl...@cvs.openbsd.org   2024/01/03 04:07:05

Modified files:
        sys/kern       : uipc_syscalls.c 
        sys/netinet    : in_pcb.h 

Log message:
Run connect(2) in parallel within inet doamin.

This unlocks soconnect() for UDP, rip, rip6 and divert.  It takes
shared net lock in combination with per socket lock.  TCP and GRE
still use exclusive net lock when connecting.

OK mvs@

Reply via email to