Use IO::Socket::UNIX instead of IO::Socket::INET. Use PF_UNIX instead of PF_INET, and give PF_UNSPEC as the last argument to socket . SOCK_STREAM clients don't ...
確定! 回上一頁