pub const SO_RCVBUFFORCE: c_int = 33;Expand description
Non-POSIX, see https://www.man7.org/linux/man-pages/man7/socket.7.html.
A privileged (CAP_NET_ADMIN) process can perform the same task as
SO_RCVBUF, but the rmem_max limit can be overridden.