libcosmos
Linux C++ System Programming Library
Loading...
Searching...
No Matches
UnixOptions.cxx
1// cosmos
2#include <cosmos/net/UnixOptions.hxx>
4
5namespace cosmos {
6
9 getsockopt(m_sock, M_LEVEL, OptName{SO_PEERCRED}, &ret, sizeof(ret));
10 return ret;
11}
12
13}; // end ns
static constexpr OptLevel M_LEVEL
UnixCredentials credentials() const
Returns the credentials of the peer process.
OptName
Representation of socket option names.
Definition types.hxx:103
User and group credentials of a peer process.
Definition unix_aux.hxx:29