A generic control message.
enum CMsg<'a> {
Credentials(&'a Credentials),
Fds(&'a [i32]),
Ipv4Options(&'a [u8]),
Timestamp(&'a Timestamp),
Unknown(&'a [u8]),
}| Name | Description |
|---|---|
| Credentials | Process credentials. |
| Fds | A set of file descriptors. |
| Ipv4Options | Ipv4 options. |
| Timestamp | A timestamp. |
| Unknown | An unknown control message. |
| Name | Description |
|---|---|
| Clone | Objects that can be duplicated. |
| Copy | Objects that can safely be copied via |
| Debug | Objects that can be formatted in a "debug" form. |
| Eq | Objects that implement the binary |
| MaybeClone | Objects that can be duplicated. |