Sets whether packets sent over this socket already have a header included.
impl Socket {
fn ipv4_set_header_included(&self, val: bool) -> Result<(), Errno>
}| Name | Description |
|---|---|
| val | Whether packets sent over this socket already have a header included. |
This option is only available for raw Ipv4 sockets.
ip(7) and IP_HDRINCL therein