diff options
Diffstat (limited to 'hurd/translator/pflocal.mdwn')
-rw-r--r-- | hurd/translator/pflocal.mdwn | 28 |
1 files changed, 25 insertions, 3 deletions
diff --git a/hurd/translator/pflocal.mdwn b/hurd/translator/pflocal.mdwn index dc2434dc..fdcc39f1 100644 --- a/hurd/translator/pflocal.mdwn +++ b/hurd/translator/pflocal.mdwn @@ -1,13 +1,35 @@ -[[!meta copyright="Copyright © 2000, 2008 Free Software Foundation, Inc."]] +[[!meta copyright="Copyright © 2000, 2008, 2013 Free Software Foundation, +Inc."]] [[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable id="license" text="Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license -is included in the section entitled -[[GNU Free Documentation License|/fdl]]."]]"""]] +is included in the section entitled [[GNU Free Documentation +License|/fdl]]."]]"""]] The implementation of the `pflocal` server is in the `pflocal` directory, and uses [[`libpipe`|libpipe]] (shared code with the [[named_pipe|fifo]] implementation). + + +# Open Issues + +## `SO_REUSEADDR` + +### IRC, freenode, #hurd, 2013-09-19 + + <gnu_srs> Hi, is SO_REUSEADDR supported at all on Hurd? I can only find two + entries: + <gnu_srs> in libdde-linux26 and pfinet/linux-src, and the functionality + seems to be unimplemented. + <pinotree> gnu_srs: pfinet supports it + <youpi> gnu_srs: grep talks about pfinet/linux-src/net/core/sock.c: + case SO_REUSEADDR: + <youpi> two times + <gnu_srs> Yes, and that is the implementation? + <gnu_srs> I wrote a test for AF_INET and it works, but not for AF_UNIX + (maybe not so interesting case). + <pinotree> pflocal does not support it + <gnu_srs> Is that of interest at all? |