Net::Server::Proto::UNIX - adp0 - Net::Server UNIX protocol. |
Net::Server::Proto::UNIX - adp0 - Net::Server UNIX protocol.
See the Net::Server::Proto manpage.
Protocol module for Net::Server. This module implements the SOCK_DGRAM and SOCK_STREAM socket types under UNIX. See the Net::Server::Proto manpage.
Any sockets created during startup will be chown'ed to the user and group specified in the starup arguments.
The following paramaters may be specified in addition to normal command line parameters for a Net::Server. See the Net::Server manpage for more information on reading arguments.
Key Value Default
## UNIX socket parameters unix_type (SOCK_STREAM|SOCK_DGRAM) SOCK_STREAM unix_path "filename" undef
Distributed under the same terms as Net::Server
Net::Server::Proto::UNIX - adp0 - Net::Server UNIX protocol. |