Module nettype

Search:
Group by:

Types

Port = distinct uint16
Port type.   Source Edit
Domain = enum
  AF_UNIX,                    ## for local socket (using a file). Unsupported on Windows.
  AF_INET = 2,                  ## for network protocol IPv4 or
  AF_INET6 = 23                 ## for network protocol IPv6.
specifies the protocol family of the created socket. Other domains than those that are listed here are unsupported.   Source Edit
KeepAliveDelay = distinct cuint
  Source Edit