diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-03-27 13:55:18 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-03-27 13:55:18 -0400 |
commit | 60abc4804fbeb15c612717fea386c726eba2b82a (patch) | |
tree | ce1ccf6e8dbe454c3d803c741fb916aa7233d101 /changes | |
parent | 0b43c499b20da76aca2d43f149b8291a8dfd90d5 (diff) | |
download | tor-60abc4804fbeb15c612717fea386c726eba2b82a.tar.gz tor-60abc4804fbeb15c612717fea386c726eba2b82a.zip |
Don't warn when setsockopt(SO_REUSEABLE) on accept()ed socket says EINVAL
This should fix bug10081. I believe this bug pertains to OSX
behavior, not any Tor behavior change.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug10081 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug10081 b/changes/bug10081 new file mode 100644 index 0000000000..654b83c0b7 --- /dev/null +++ b/changes/bug10081 @@ -0,0 +1,5 @@ + o Minor features: + - When reporting a failure from make_socket_reuseable(), don't + report a warning when we get a failure from an incoming socket + on OSX. Fix for bug 10081. + |