Protect the receive socket buffer in UDP input with per PCB mutex.
authorbluhm <bluhm@openbsd.org>
Tue, 30 Aug 2022 09:35:24 +0000 (09:35 +0000)
committerbluhm <bluhm@openbsd.org>
Tue, 30 Aug 2022 09:35:24 +0000 (09:35 +0000)
commitdc317311dcb790bd86fb79d29e065b64af15f057
tree0b02287d2bd71fad87e0c526dd5b4bdabcf52e46
parentd2477c1a29662f78664eb7f345cb339a1064d404
Protect the receive socket buffer in UDP input with per PCB mutex.
OK claudio@ mvs@
sys/netinet/udp_usrreq.c