diff options
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/networking.mdwn | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hurd/networking.mdwn b/hurd/networking.mdwn index 6e0ac56e..bc33769a 100644 --- a/hurd/networking.mdwn +++ b/hurd/networking.mdwn @@ -11,7 +11,8 @@ is included in the section entitled For each supported `PF_*` protocol family, there is a file `/servers/socket/N` where `N` is the numberic value fo the `PF_*` symbol. Right now [[`PF_LOCAL`|translator/pflocal]] (a.k.a. `PF_UNIX`) and -[[`PF_INET`|translator/pfinet]] are supported. +[[`PF_INET`|translator/pfinet]] (together with +[[`PF_INET6`|translator/pfinet/ipv6]]) are supported. User programs open those files, and use the `socket_create` [[RPC]] to make a new socket. With that socket, they can use the other `socket_*` RPCs and also |