diff options
Diffstat (limited to 'changes/bug2850')
-rw-r--r-- | changes/bug2850 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug2850 b/changes/bug2850 new file mode 100644 index 000000000..77ccbfa25 --- /dev/null +++ b/changes/bug2850 @@ -0,0 +1,5 @@ + - Minor features + o Set SO_REUSEADDR on all sockets, not just listeners. This should + help busy exit nodes avoid running out of useable ports just because + all the ports have been used in the near past. Resolves issue 2850. + |