Sets the Ipv4 options sent with each packet sent over this socket.
impl Socket { fn ipv4_set_options(&self, options: &[u8]) -> Result<(), Errno> }
The buffer should be at most 40 bytes long.
ip(7) and IP_OPTIONS therein
:lrs::socket::Socket::ipv4_options