1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
:mod:`usocket` -- socket module =============================== .. module:: usocket :synopsis: socket module Socket functionality. Functions --------- .. function:: getaddrinfo(host, port) .. function:: socket(family=AF_INET, type=SOCK_STREAM, fileno=-1) Create a socket.