diff options
author | Karsten Loesing <karsten.loesing@gmx.net> | 2009-10-26 22:49:43 -0700 |
---|---|---|
committer | Karsten Loesing <karsten.loesing@gmx.net> | 2009-10-26 22:49:43 -0700 |
commit | 19ddee5582bf6dc3d53cb31944de23277341eab6 (patch) | |
tree | fea3a5b665f7e6022e0491183d8f51ff00412421 /ChangeLog | |
parent | 174be15c1a062bb39298418a9c530f73557c4916 (diff) | |
download | tor-19ddee5582bf6dc3d53cb31944de23277341eab6.tar.gz tor-19ddee5582bf6dc3d53cb31944de23277341eab6.zip |
Fix bug 1042.
If your relay can't keep up with the number of incoming create cells, it
would log one warning per failure into your logs. Limit warnings to 1 per
minute.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -37,6 +37,9 @@ Changes in version 0.2.2.6-alpha - 2009-10-?? nobody will vote about "Running", and clients will get a consensus with no usable relays. Instead, authorities refuse to build a consensus if this happens. Bugfix on 0.2.0.10-alpha; fixes bug 1066. + - If your relay can't keep up with the number of incoming create + cells, it would log one warning per failure into your logs. Limit + warnings to 1 per minute. Bugfix on 0.0.2pre10; fixes bug 1042. Changes in version 0.2.2.5-alpha - 2009-10-11 |