NAME
Net::Server::Proto::UDP - adp0 - Net::Server UDP protocol.
SYNOPSIS
See Net::Server::Proto.DESCRIPTION
Protocol module for Net::Server. This module implements the SOCKDGRAM socket type under INET (also known as UDP). See Net::Server::Proto. PPAARRAAMMEETTEERRSS The following paramaters may be specified in addition to normal command line parameters for a Net::Server. See Net::Server for more information on reading arguments. udprecvlen Specifies the number of bytes to read from the UDP connectionhandle. Data will be read into $self->{server}->{udpdata}.
Default is 4096. See IO::Socket::INET and recv. udprecvflags See recv. Default is 0. QQUUIICCKK PPAARRAAMMEETTEERR LLIISSTT Key Value Default## UDP protocol parameters
udprecvlen \d+ 4096 udprecvflags \d+ 0 LLIICCEENNCCEE Distributed under the same terms as Net::Serverperl v5.8.8 2001-08-17 Net::Server::Proto::UDP(3)