From 73c5fef2c013cf5aed809fb6b6e52c07d5352360 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Wed, 30 Apr 2014 12:08:15 +0200 Subject: Advise running showtrans to understand that the servers/socket are simply translated --- hurd/networking.mdwn | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'hurd') diff --git a/hurd/networking.mdwn b/hurd/networking.mdwn index ad0bff95..20468d0f 100644 --- a/hurd/networking.mdwn +++ b/hurd/networking.mdwn @@ -16,9 +16,8 @@ where `N` is the numeric value for the `PF_*` symbol. Right now [[`PF_INET6`|translator/pfinet/ipv6]] (a.k.a `AF_INET6`) `N=26` are supported. Depending on the socket domain used the libc function `_hurd_socket_server` -is called from the calling function socket/socketpair, resolving to -`/servers/socket/`. The files in that directory are then used by the translators -`/hurd/pflocal` or `/hurd/pfinet`: HOW? +is called from the calling function socket/socketpair, resolving to those +`/servers/socket/` nodes, which are translated by `/hurd/pflocal`, `/hurd/pfinet`, etc, see showtrans on them. In case of problems to find out which server is called rpctrace can be of use: search for the output `dir_lookup ("servers/socket/N" ...)` -- cgit v1.2.3