Retrieves the credentials of a connected peer.
impl Socket { fn peer_credentials(&self) -> Result<Credentials, Errno> }
Returns the credentials of the peer.
This is only implemented for Unix sockets.
socket(7) and SO_PEEKCRED therein