summaryrefslogtreecommitdiff
path: root/hurd
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2008-09-28 15:10:14 +0200
committerThomas Schwinge <tschwinge@gnu.org>2008-09-28 15:10:14 +0200
commita85991c19caa842a433d996627cdf95aae9f1168 (patch)
tree8419971bd11d4b09ce6282954c2b12e4bc981d02 /hurd
parent523e74d5f4d388cc7aadbf4b5470844f2108a0cb (diff)
PF_INET6.
Diffstat (limited to 'hurd')
-rw-r--r--hurd/networking.mdwn3
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