Sets whether this socket accepts credentials control messages.
impl Socket {
fn set_receive_credentials(&self, val: bool) -> Result<(), Errno>
}| Name | Description |
|---|---|
| val | Whether this socket accepts credentials control messages. |
socket(7) and SO_PASSCRED therein