CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/12/24 12:16:53
Modified files:
sys/netinet : tcp_input.c
Log message:
Protect send buffer with mutex in tcp_mss_update().
To prepare for running tcp_output() in parallel, protect socket
send buffer high water field and sbreserve() with mutex.
OK mvs@
