{
    "mode": "perldoc",
    "parameter": "Net::Server::Proto::UDP",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/perldoc/Net%3A%3AServer%3A%3AProto%3A%3AUDP/json",
    "generated": "2026-06-09T16:12:29Z",
    "synopsis": "See Net::Server::Proto.",
    "sections": {
        "NAME": {
            "content": "Net::Server::Proto::UDP - Net::Server UDP protocol.\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "See Net::Server::Proto.\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "Protocol module for Net::Server. This module implements the SOCKDGRAM socket type under INET\n(also known as UDP). See Net::Server::Proto.\n",
            "subsections": []
        },
        "PARAMETERS": {
            "content": "The following parameters may be specified in addition to normal command line parameters for a\nNet::Server. See Net::Server for more information on reading arguments.\n\nudprecvlen\nSpecifies the number of bytes to read from the UDP connection handle. Data will be read into\n$self->{'server'}->{'udpdata'}. Default is 4096. See IO::Socket::INET and recv.\n\nudprecvflags\nSee recv. Default is 0.\n\nudpbroadcast\nDefault is undef.\n",
            "subsections": []
        },
        "QUICK PARAMETER LIST": {
            "content": "Key               Value                    Default\n\n## UDP protocol parameters\nudprecvlen      \\d+                      4096\nudprecvflags    \\d+                      0\nudpbroadcast     bool                     undef\n",
            "subsections": []
        },
        "INTERNAL METHODS": {
            "content": "\"object\"\nReturns an object with parameters suitable for eventual creation of a IO::Socket::INET\nobject listening on UDP.\n\n\"connect\"\nCalled when actually binding the port. Handles default parameters before calling parent\nmethod.\n",
            "subsections": []
        },
        "LICENCE": {
            "content": "Distributed under the same terms as Net::Server\n",
            "subsections": []
        }
    },
    "summary": "Net::Server::Proto::UDP - Net::Server UDP protocol.",
    "flags": [],
    "examples": [],
    "see_also": []
}