a gpl async dns lib is not free enough.
Roger Dingledine

Roger Dingledine commited on 2005-09-29 20:57:13
Zeige 1 geänderte Dateien mit 2 Einfügungen und 1 Löschungen.

... ...
@@ -180,7 +180,8 @@ gethostbyname() is poorly designed --- it blocks until it has finished
180 180
 resolving a query --- so it requires its own thread or process. So Tor
181 181
 is forced to spawn many separate DNS "worker" threads. There are some
182 182
 asynchronous DNS libraries out there, but historically they are buggy and
183
-abandoned. Are any of them stable, fast, clean, and free software? If so
183
+abandoned. Are any of them stable, fast, clean, and free software? (To
184
+be clear, it needs to be more free than GPL.) If so
184 185
 (or if we can make that so), we should integrate them into Tor. See <a
185 186
 href="http://archives.seul.org/or/talk/Sep-2005/msg00001.html">Agl's
186 187
 post</a> for one potential approach.</li>
187 188