diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-07-16 16:23:36 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-07-16 16:23:36 +0000 |
commit | 483c1e9017f4ac2ef4c0652e3402887578a265d6 (patch) | |
tree | ffa37ee6712d23e8ca81fc3996127c4f5413d340 /ChangeLog | |
parent | f4a6673758385b9ce27a9913060dbd864d937461 (diff) | |
download | tor-483c1e9017f4ac2ef4c0652e3402887578a265d6.tar.gz tor-483c1e9017f4ac2ef4c0652e3402887578a265d6.zip |
r13774@catbus: nickm | 2007-07-16 12:23:28 -0400
Tweaks on constrained socket buffers patch from coderman: Add a changelog; rename some variables; fix some long lines and whitespace; make ConstrainedSockSize a memunit; pass setsockopt a void.
svn:r10843
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -5,6 +5,8 @@ Changes in version 0.2.0.3-alpha - 2007-??-?? root, and have Tor bind those ports before it changes to another UID. - tor-gencert creates all files as readable to the file creator only, and write-protects the authority identity key. + - New ConstrainedSockets option to set SO_SNDBUF and SO_RCVBUF on TCP + sockets. (Patch from coderman.) o Minor features (directory authority): - Fail quickly and (relatively) harmlessly if we generate a network |