new GETINFO command to return list of listeners of a given type

This commit is contained in:
Nick Mathewson
2011-05-02 16:44:37 -04:00
parent 28cc7b0180
commit c55c8f0d49
2 changed files with 63 additions and 2 deletions
+5 -2
View File
@@ -1,5 +1,8 @@
o Minor features
- The options SocksPort, ControlPort, and so on now all accept an
optional value "auto" that opens a socket on an OS-selected port.
o Minor features (controller)
- GETINFO net/listeners/(type) now returns a list of the addresses
and ports that are bound for listeners for a given connection
type. This is useful for if the user has selected SocksPort
"auto", and you need to know which port got chosen.