struct ucred {
int32_t pid;
int32_t uid;
int32_t gid;
};
#endif // HAVE_STRUCT_UCRED
/**
* The Socket_security class autheticates the peer for you. It provides
* the process-id, user-id and group-id plus the MD5 sum of the connected
* binary.
*/