CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2024/11/08 08:46:55
Modified files: sys/netinet : tcp_usrreq.c Log message: TCP send and receive space update are MP safe. tcp_update_sndspace() and tcp_update_rcvspace() only read global variables that do not change after initialization. Mark them as such. Add braces around multi-line if blocks. ok mvs@