|
|
|
|
|
by jstimpfle
1311 days ago
|
|
But now there isn't a path to represent that specific connection we just opened, and there is no way to open it again, say from within another process. The only handle for the open connection you have is the FD, and you'd have to send that around which is harder (but also safer I admit). The approach would be Linux-y but probbly not enough according to 9p standards. |
|