v/vlib/net
Alexander Medvednikov d4a0d6f73c all: byte => u8 2022-04-15 14:58:56 +03:00
..
conv
ftp all: replace "NB:" with "Note:" (docs/comments) 2022-03-06 20:01:22 +03:00
html all: byte => u8 2022-04-15 14:58:56 +03:00
http all: byte => u8 2022-04-15 14:58:56 +03:00
openssl all: byte => u8 2022-04-15 14:58:56 +03:00
smtp all: byte => u8 2022-04-15 14:58:56 +03:00
unix all: byte => u8 2022-04-15 14:58:56 +03:00
urllib all: byte => u8 2022-04-15 14:58:56 +03:00
websocket all: byte => u8 2022-04-15 14:58:56 +03:00
README.md
aasocket.c.v
address.v all: byte => u8 2022-04-15 14:58:56 +03:00
address_android.c.v
address_darwin.c.v net: ipv6 support, merge unix+ip;[pack:x] attribute (#9904) 2021-06-13 23:53:38 +03:00
address_default.c.v
address_dragonfly.c.v net: copy the freebsd address declarations for netbsd, openbsd, dragonfly 2022-01-20 20:15:50 +02:00
address_freebsd.c.v
address_linux.c.v net: ensure that `net` and `net.unix` can be imported together in the same program 2022-02-18 11:47:56 +02:00
address_netbsd.c.v
address_openbsd.c.v
address_test.v all: byte => u8 2022-04-15 14:58:56 +03:00
address_windows.c.v
afunix.h
common.v
errors.v
ipv6_v6only.h
net_nix.c.v
net_windows.c.v
socket.v ci: vfmt vlib/net/socket.v 2022-02-22 15:21:20 +02:00
socket_options.c.v
tcp.v all: byte => u8 2022-04-15 14:58:56 +03:00
tcp_read_line.v
tcp_simple_client_server_test.v
tcp_test.v
udp.v
udp_test.v tests: make vlib/net/udp_test.v more stable, and less noisy on the tests-sanitize-address-gcc job 2022-04-02 20:00:26 +03:00
util.v

README.md

Description:

net provides networking functions. It is mostly a wrapper to BSD sockets, so you can listen on a port, connect to remote TCP/UDP services, and communicate with them.