{
    "mode": "perldoc",
    "parameter": "Net::Server::Proto::UNIX",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/perldoc/Net%3A%3AServer%3A%3AProto%3A%3AUNIX/json",
    "generated": "2026-07-05T13:37:39Z",
    "synopsis": "See Net::Server::Proto.",
    "sections": {
        "NAME": {
            "content": "Net::Server::Proto::UNIX - Net::Server UNIX protocol.\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "See Net::Server::Proto.\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "Protocol module for Net::Server. This module implements the UNIX SOCKSTREAM 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\nunixtype\nCan be either SOCKSTREAM or SOCKDGRAM (default is SOCKSTREAM). This can also be passed on\nthe port line (see Net::Server::Proto).\n\nHowever, this method is deprecated. If you want SOCKSTREAM - just use proto UNIX without\nany other arguments. If you'd like SOCKDGRAM, use the new proto UNIXDGRAM.\n",
            "subsections": []
        },
        "METHODS": {
            "content": "NSunixpath/NSunixtype\nIn addition to the standard NS methods of Net::Server::Proto classes, the UNIX types also\nhave legacy calls to NSunixpath and NSunixtype.\n\nSince version 2.000, NSunixpath is simply an alias to NSport. NSunixtype is now\nredundant with NSproto.\n\nThese methods were missing between version 2.000 and 2.003 but have been returned as legacy\nbridges.\n",
            "subsections": []
        },
        "QUICK PARAMETER LIST": {
            "content": "Key               Value                    Default\n\n# deprecated UNIX socket parameters\nunixtype         (SOCKSTREAM|SOCKDGRAM) SOCKSTREAM\nport              \"filename\"               undef\n\n# more recent usage\nport              \"filename / UNIX\"\nport              \"filename / UNIXDGRAM\"\n",
            "subsections": []
        },
        "LICENCE": {
            "content": "Distributed under the same terms as Net::Server\n",
            "subsections": []
        }
    },
    "summary": "Net::Server::Proto::UNIX - Net::Server UNIX protocol.",
    "flags": [],
    "examples": [],
    "see_also": []
}