With unix domain sockets, unix(4), are LOCAL_CREDS actually supported or not? I've been trying to fetch this from within a Perl script using 'my $local_creds=$some_connection->sockopt(LOCAL_CREDS)', but all I keep getting is a undefined variable in return, as if fetching it is not supported.