1Net::Server::Proto::UDPU(s3e)r Contributed Perl DocumentaNteito:n:Server::Proto::UDP(3)
2
3
4

NAME

6         Net::Server::Proto::UDP - Net::Server UDP protocol.
7

SYNOPSIS

9       See Net::Server::Proto.
10

DESCRIPTION

12       Protocol module for Net::Server.  This module implements the SOCK_DGRAM
13       socket type under INET (also known as UDP).  See Net::Server::Proto.
14

PARAMETERS

16       The following paramaters may be specified in addition to normal command
17       line parameters for a Net::Server.  See Net::Server for more
18       information on reading arguments.
19
20       udp_recv_len
21           Specifies the number of bytes to read from the UDP connection
22           handle.  Data will be read into $self->{server}->{udp_data}.
23           Default is 4096.  See IO::Socket::INET and recv.
24
25       udp_recv_flags
26           See recv.  Default is 0.
27

QUICK PARAMETER LIST

29         Key               Value                    Default
30
31         ## UDP protocol parameters
32         udp_recv_len      \d+                      4096
33         udp_recv_flags    \d+                      0
34         udp_broadcast     bool                     undef
35

LICENCE

37       Distributed under the same terms as Net::Server
38
39
40
41perl v5.12.0                      2007-02-03        Net::Server::Proto::UDP(3)
Impressum