Manual: net

AF_INET = 2
not documented
volatile
AF_INET6 = 10
not documented
volatile
AF_UNSPEC = 0
not documented
volatile
AI_ADDRCONFIG = 32
not documented
volatile
AI_CANONIDN = 128
not documented
volatile
AI_CANONNAME = 2
not documented
volatile
AI_IDN = 64
not documented
volatile
AI_IDN_ALLOW_UNASSIGNED = 256
not documented
volatile
AI_IDN_USE_STD3_ASCII_RULES = 512
not documented
volatile
AI_NUMERICHOST = 4
not documented
volatile
AI_NUMERICSERV = 1024
not documented
volatile
AI_PASSIVE = 1
not documented
volatile
AI_V4MAPPED = 8
not documented
volatile
INADDR_ANY = 0
not documented
volatile
INADDR_LOOPBACK = 2130706433
not documented
volatile
NI_DGRAM = 16
not documented
volatile
NI_IDN = 32
not documented
volatile
NI_IDN_ALLOW_UNASSIGNED = 64
not documented
volatile
NI_IDN_USE_STD3_ASCII_RULES = 128
not documented
volatile
NI_NAMEREQD = 8
not documented
volatile
NI_NOFQDN = 4
not documented
volatile
NI_NUMERICHOST = 1
not documented
volatile
NI_NUMERICSERV = 2
not documented
volatile
SOCK_DGRAM = 2
not documented
volatile
SOCK_STREAM = 1
not documented
volatile
class TCP extends Stream
not documented
volatile
+init()
returns not documented
not documented
volatile
accept(self : Stream)
self not documented
returns not documented
not documented
volatile
bind(self : TCP, addr : Uint8Data, flags = null)
self not documented
addr not documented
flags not documented
returns not documented
not documented
volatile
connect(self : Stream, addr : Uint8Data)
self not documented
addr not documented
returns not documented
not documented
volatile
getpeername(self : TCP)
self not documented
returns not documented
not documented
volatile
getsockname(self : TCP)
self not documented
returns not documented
not documented
volatile
keepalive(self : TCP, enable : bool, delay = null)
self not documented
enable not documented
delay not documented
returns not documented
not documented
volatile
listen(self : Stream, backlog : int)
self not documented
backlog not documented
returns not documented
not documented
volatile
nodelay(self : TCP, enable : bool)
self not documented
enable not documented
returns not documented
not documented
volatile
read(self : Stream)
self not documented
returns not documented
not documented
volatile
shutdown(self : Stream)
self not documented
returns not documented
not documented
volatile
simultaneous_accepts(self : TCP, enable : bool)
self not documented
enable not documented
returns not documented
not documented
volatile
stop(self : Stream)
self not documented
returns not documented
not documented
volatile
try_write(self : Stream, data : object)
self not documented
data not documented
returns not documented
not documented
volatile
write(self : Stream, data : object)
self not documented
data not documented
returns not documented
not documented
volatile
write2(self : Stream, data : object, send_handle : Stream)
self not documented
data not documented
send_handle not documented
returns not documented
not documented
volatile
class UDP extends Handle
not documented
volatile
+init()
returns not documented
not documented
volatile
bind(self : UDP, addr : Uint8Data, flags = null)
self not documented
addr not documented
flags not documented
returns not documented
not documented
volatile
getsockname(self : UDP)
self not documented
returns not documented
not documented
volatile
recv(self : UDP)
self not documented
returns not documented
not documented
volatile
send(self : UDP, data : object, addr : Uint8Data)
self not documented
data not documented
addr not documented
returns not documented
not documented
volatile
set_broadcast(self : UDP, on : bool)
self not documented
on not documented
returns not documented
not documented
volatile
set_multicast_loop(self : UDP, enable : bool)
self not documented
enable not documented
returns not documented
not documented
volatile
set_multicast_ttl(self : UDP, ttl : int)
self not documented
ttl not documented
returns not documented
not documented
volatile
set_ttl(self : UDP, ttl : int)
self not documented
ttl not documented
returns not documented
not documented
volatile
try_send(self : UDP, data : object, addr : Uint8Data)
self not documented
data not documented
addr not documented
returns not documented
not documented
volatile
UDP_IPV6ONLY = 1
not documented
volatile
UDP_JOIN_GROUP = 1
not documented
volatile
UDP_LEAVE_GROUP = 0
not documented
volatile
UDP_PARTIAL = 2
not documented
volatile
UDP_REUSEADDR = 4
not documented
volatile
getaddrinfo(node = null, service = null)
node not documented
service not documented
returns not documented
not documented
volatile
getnameinfo(addr : Uint8Data, flags = null)
addr not documented
flags not documented
returns not documented
not documented
volatile
inet_ntop(af : int, src : Uint8Data)
af not documented
src not documented
returns not documented
not documented
volatile
inet_pton(af : int, src : str)
af not documented
src not documented
returns not documented
not documented
volatile
ip4_addr(address : str, port : int)
address not documented
port not documented
returns not documented
not documented
volatile
ip4_name(addr : Uint8Data)
addr not documented
returns not documented
not documented
volatile
ip6_addr(address : str, port : int)
address not documented
port not documented
returns not documented
not documented
volatile
ip6_name(addr : Uint8Data)
addr not documented
returns not documented
not documented
volatile