Include doc/TUNING in our release tarballs
[tor.git] / changes / bug16697
blobae6cf2b83e82156eb99d26e9843a1d91f7d53182
1   o Minor bugfixes
2     - Control port was using set_max_file_descriptors() with a limit set to
3       0 to get the max value. A recent fix made this use case return an
4       error and introduced dead code in that function. This triggered a
5       warning that our limit (ConnLimit) was invalid but in reality it was
6       not.
7       
8       Now, to the control port uses a specific getter function to query the
9       value and set_max_file_descriptors() should never be used again for
10       that purpose. Fixes #16697; bugfix on 0.2.7.2-alpha.