Make rtm_senddesync_timer() timeout(9) handler mpsafe. solock() protects
authormvs <mvs@openbsd.org>
Sun, 3 Dec 2023 10:51:17 +0000 (10:51 +0000)
committermvs <mvs@openbsd.org>
Sun, 3 Dec 2023 10:51:17 +0000 (10:51 +0000)
commit42d25579fed675d3915205a98db65b7ba9f0aaca
tree8f768b64b14e340b945a0de1207138a78799dbd0
parentd8c8658735df81b4415da8942da7a0bb3565328c
Make rtm_senddesync_timer() timeout(9) handler mpsafe. solock() protects
the socket and the socket's PCB data.

ok bluhm
sys/net/rtsock.c