diff options
Diffstat (limited to 'hurd/translator/socketio.mdwn')
-rw-r--r-- | hurd/translator/socketio.mdwn | 27 |
1 files changed, 24 insertions, 3 deletions
diff --git a/hurd/translator/socketio.mdwn b/hurd/translator/socketio.mdwn index 99a28416..de5cf252 100644 --- a/hurd/translator/socketio.mdwn +++ b/hurd/translator/socketio.mdwn @@ -11,15 +11,36 @@ License|/fdl]]."]]"""]] `socketio` is a translator designed for creating socket ports through the filesystem. +This is supposed to replace [[netio]]. + # Source [[source_repositories/incubator]], socketio/master -This is supposed to replace netio. # Usage: -e.g. +For example: + + $ cat < ~/tmp/socketio/tcp/ftp.gnu.org/21 + + +# Open Issues + +## IRC, freenode, #hurd, 2013-06-30 + +[[!tag open_issue_hurd]] -cat /tmp/socketio/tcp/ftp.gnu.org/21 + <youpi> http://lists.gnu.org/archive/html/bug-hurd/2003-05/msg00069.html + <youpi> this was supposed to be much better than our current netio + <youpi> (which doesn't really have any documentation btw) + <teythoon> + http://web.archive.org/web/20060117085538/http://duesseldorf.ccc.de/~moritz/files/socketio.c.gz + <teythoon> youpi: socketio looks nice. any reason in particular why you are + working on it? + <youpi> teythoon: I was looking at the firewall stuff, and wondering about + Zheng Da's work, and seen netio, thus wondered "what is it about + already?" and found there was no documentation, so dug into the mailing + list archives, only to find it was supposed to be precated in favour of + socketio, etc. :) |