summaryrefslogtreecommitdiff
path: root/user
diff options
context:
space:
mode:
Diffstat (limited to 'user')
-rw-r--r--user/scolobb.mdwn6
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.