727. [port] Work around OS bug where accept() succeeds but

fails to fill in the peer address of the accepted
                        connection, by treating it as an error rather than
                        an assertion failure. [RT #809]
This commit is contained in:
Andreas Gustafsson
2001-02-07 00:06:03 +00:00
parent 9e560b59a7
commit 328b080b4a

View File

@@ -1,4 +1,9 @@
727. [port] Work around OS bug where accept() succeeds but
fails to fill in the peer address of the accepted
connection, by treating it as an error rather than
an assertion failure. [RT #809]
726. [func] Implement the "trace" and "notrace" commands in rndc.
725. [bug] Installing man pages could fail.