Retrieves whether this socket has been set up to accept connections.
impl Socket { fn accepts_connections(&self) -> Result<bool, Errno> }
Returns whether this socket has been set up to accept connections.
socket(7) and SO_ACCEPTCONN therein