CVSROOT:        /cvs
Module name:    src
Changes by:     bl...@cvs.openbsd.org   2025/01/14 06:49:44

Modified files:
        sys/netinet    : tcp_timer.c 

Log message:
Remove exclusive net lock from TCP timers.

TCP timers can run with shared netlock and socket lock.  Use common
tcp_timer_enter() and tcp_timer_leave() that lock the socket and
do reference counting.  Then incpb and socket always exist.

input and OK mvs@

Reply via email to