v/vlib/net
yuyi de136f6baf
checker: improve pub struct check (fix #14446) (#14777)
2022-06-19 17:42:22 +03:00
..
conv
ftp
html
http
openssl
smtp
unix checker: improve pub struct check (fix #14446) (#14777) 2022-06-19 17:42:22 +03:00
urllib
websocket checker: improve pub struct check (fix #14446) (#14777) 2022-06-19 17:42:22 +03:00
README.md
aasocket.c.v
address.v
address_android.c.v checker: improve pub struct check (fix #14446) (#14777) 2022-06-19 17:42:22 +03:00
address_darwin.c.v checker: improve pub struct check (fix #14446) (#14777) 2022-06-19 17:42:22 +03:00
address_default.c.v checker: improve pub struct check (fix #14446) (#14777) 2022-06-19 17:42:22 +03:00
address_dragonfly.c.v checker: improve pub struct check (fix #14446) (#14777) 2022-06-19 17:42:22 +03:00
address_freebsd.c.v checker: improve pub struct check (fix #14446) (#14777) 2022-06-19 17:42:22 +03:00
address_linux.c.v checker: improve pub struct check (fix #14446) (#14777) 2022-06-19 17:42:22 +03:00
address_netbsd.c.v checker: improve pub struct check (fix #14446) (#14777) 2022-06-19 17:42:22 +03:00
address_openbsd.c.v checker: improve pub struct check (fix #14446) (#14777) 2022-06-19 17:42:22 +03:00
address_test.v
address_windows.c.v checker: improve pub struct check (fix #14446) (#14777) 2022-06-19 17:42:22 +03:00
afunix.h
common.v
errors.v
ipv6_v6only.h
net_nix.c.v
net_windows.c.v
socket.v
socket_options.c.v
tcp.v
tcp_read_line.v
tcp_simple_client_server_test.v
tcp_test.v
udp.v
udp_test.v
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.