1Net::Server::Proto::UNIUXs(e3r)Contributed Perl DocumentNaetti:o:nServer::Proto::UNIX(3)
2
3
4
6 Net::Server::Proto::UNIX - adp0 - Net::Server UNIX protocol.
7
9 See Net::Server::Proto.
10
12 Protocol module for Net::Server. This module implements the SOCK_DGRAM
13 and SOCK_STREAM socket types under UNIX. See Net::Server::Proto.
14
15 Any sockets created during startup will be chown'ed to the user and
16 group specified in the starup arguments.
17
19 The following paramaters may be specified in addition to normal command
20 line parameters for a Net::Server. See Net::Server for more informa‐
21 tion on reading arguments.
22
23 unix_type
24 Can be either SOCK_STREAM or SOCK_DGRAM (default is SOCK_STREAM).
25 This can also be passed on the port line (see Net::Server::Proto).
26
27 unix_path
28 Default path to the socket file for this UNIX socket. Default is
29 undef. This can also be passed on the port line (see
30 Net::Server::Proto).
31
33 Key Value Default
34
35 ## UNIX socket parameters
36 unix_type (SOCK_STREAM⎪SOCK_DGRAM) SOCK_STREAM
37 unix_path "filename" undef
38
40 Distributed under the same terms as Net::Server
41
42
43
44perl v5.8.8 2007-02-03 Net::Server::Proto::UNIX(3)