diff options
author | scolobb <scolobb@web> | 2009-07-07 12:44:54 +0000 |
---|---|---|
committer | GNU Hurd web pages engine <web-hurd@gnu.org> | 2009-07-07 12:44:54 +0000 |
commit | d0859591050c997f413802531a3c5401cef543d2 (patch) | |
tree | 48f341e575989349aca4ab4ccbaf8cc306c788c4 /user/scolobb.mdwn | |
parent | e13d16209e88e8031c1a22f7e69f6814bf7b6d73 (diff) | |
download | web-d0859591050c997f413802531a3c5401cef543d2.tar.gz web-d0859591050c997f413802531a3c5401cef543d2.tar.bz2 web-d0859591050c997f413802531a3c5401cef543d2.zip |
Diffstat (limited to 'user/scolobb.mdwn')
-rw-r--r-- | user/scolobb.mdwn | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/user/scolobb.mdwn b/user/scolobb.mdwn index 85bbdd5f..9fdf31f1 100644 --- a/user/scolobb.mdwn +++ b/user/scolobb.mdwn @@ -114,8 +114,12 @@ For documentation, see [[hurd/translator/unionmount]]. mountee after starting it up seems to be a nice work-around for the necessity of keeping a proxy node in unionmount in simple use-cases. +* **Proxy the control port of `unionmount`** *(10 Jul)* It was agreed + that `unionmount` be completely transparent, therefore a number of + RPCs on the control port should be forwarded to the mountee. + * **Read the relevant code of `devnode`, `eth-multiplexer`, and - `pfinet`.** *(10 Jul)* At the moment a part of `devnode` + `pfinet`.** *(14 Jul)* At the moment a part of `devnode` functionality appears in `eth-multiplexer` and (probably) because of this, `devnode` cannot use `eth-multiplexer`'s pseudo master device port. I'll have to figure out why it happens like that. |