Sets whether this socket sends timestamp control messages.
impl Socket { fn set_timestamp(&self, val: bool) -> Result<(), Errno> }
Whether this socket sends timestamp control messages.
socket(7) and SO_TIMESTAMPNS therein
lrs::socket::Socket::is_timestamp