r15619@catbus: nickm | 2007-10-10 00:23:45 -0400

Fix bug 483: downgrade a harmless "Hey your accept() implementation sucks" warning to an info.


svn:r11828
This commit is contained in:
Nick Mathewson
2007-10-10 04:24:02 +00:00
parent 069898a4b8
commit 1f4eafdb91
2 changed files with 9 additions and 3 deletions
+4
View File
@@ -51,6 +51,10 @@ Changes in version 0.2.0.8-alpha - 2007-??-??
advantage of 64-bit platforms and to remove some possibly-costly
voodoo.
o Minor bugfixes (portability):
- On some platforms, accept() can return a broken address. Detect
this more quietly, and deal accordingly. (Fixes bug 483.)
o Code simplifications and refactoring:
- Make a bunch of functions static. Remove some dead code.
- Pull out about a third of the really big routerlist.c; put it in a