Merge SO_SND* with corresponding SO_RCV* cases within sosetopt(). The
authormvs <mvs@openbsd.org>
Tue, 8 Aug 2023 22:06:27 +0000 (22:06 +0000)
committermvs <mvs@openbsd.org>
Tue, 8 Aug 2023 22:06:27 +0000 (22:06 +0000)
commit64794aea7a38b968ef4f9f7f92138d96ebad84bc
tree191c1f12d4c6f97536773f55ce686cd24fe7bc80
parente181f6c554abdf86c4b38a02294a93ccf827932b
Merge SO_SND* with corresponding SO_RCV* cases within sosetopt(). The
only difference is the socket buffer.

As bonus, in the future solock() will be easily replaced by sblock()
instead pushing it down to each SO_SND* and SO_RCV* case.

ok bluhm
sys/kern/uipc_socket.c