Method lrs::socket::Socket::set_timestamp

Sets whether this socket sends timestamp control messages.

Syntax

impl Socket {
    fn set_timestamp(&self, val: bool) -> Result<(), Errno>
}

Arguments

NameDescription
val

Whether this socket sends timestamp control messages.

See also