File: README

package info (click to toggle)
hare 0.25.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,948 kB
  • sloc: asm: 1,264; makefile: 123; sh: 114; lisp: 101
file content (9 lines) | stat: -rw-r--r-- 410 bytes parent folder | download
1
2
3
4
5
6
7
8
9
net: networking support

The net module provides some general-purpose interfaces and support code, but
generally users are directed to the submodules, where implementations of
various network protocols are provided, such as [[net::tcp::]] or
[[net::dns::]].

A porcelain API for establishing an outgoing connection, able to automatically
handle matters such as DNS resolution, is available at [[net::dial::]].