JanetDocsSourcePlaygroundI'm feeling luckyCommunityGitHub sign in

net/socket

core-api


    cfunction
    src/core/net.c on line 590, column 1

    (net/socket &opt type)

    Creates a new unbound socket. Type is an optional keyword, either a 
    :stream (usually tcp), or :datagram (usually udp). The default is 
    :stream.


0 examplesSign in to add an example
Loading...