{
    "content": [
        {
            "type": "text",
            "text": "# Net::Server::Proto::UNIXDGRAM (perldoc)\n\n## NAME\n\nNet::Server::Proto::UNIXDGRAM - Net::Server UNIXDGRAM protocol.\n\n## SYNOPSIS\n\nSee Net::Server::Proto.\n\n## DESCRIPTION\n\nProtocol module for Net::Server. This module implements the UNIX SOCKDGRAM socket type. See\nNet::Server::Proto.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **PARAMETERS**\n- **QUICK PARAMETER LIST**\n- **LICENCE**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "Net::Server::Proto::UNIXDGRAM",
        "section": "",
        "mode": "perldoc",
        "summary": "Net::Server::Proto::UNIXDGRAM - Net::Server UNIXDGRAM protocol.",
        "synopsis": "See Net::Server::Proto.",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 6,
                "subsections": []
            },
            {
                "name": "PARAMETERS",
                "lines": 10,
                "subsections": []
            },
            {
                "name": "QUICK PARAMETER LIST",
                "lines": 6,
                "subsections": []
            },
            {
                "name": "LICENCE",
                "lines": 2,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "Net::Server::Proto::UNIXDGRAM - Net::Server UNIXDGRAM protocol.\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "See Net::Server::Proto.\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "Protocol module for Net::Server. This module implements the UNIX SOCKDGRAM socket type. See\nNet::Server::Proto.\n\nAny sockets created during startup will be chown'ed to the user and group specified in the\nstartup arguments.\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 SOCKDGRAM connection handle. Data will be\nread into $self->{'server'}->{'udpdata'}. Default is 4096. See IO::Socket::INET and recv.\n\nudprecvflags\nSee recv. Default is 0.\n",
                "subsections": []
            },
            "QUICK PARAMETER LIST": {
                "content": "Key               Value                    Default\n\n## UNIXDGRAM socket parameters\nudprecvlen      \\d+                      4096\nudprecvflags    \\d+                      0\n",
                "subsections": []
            },
            "LICENCE": {
                "content": "Distributed under the same terms as Net::Server\n",
                "subsections": []
            }
        }
    }
}