[#TorController-get_socks_cb] = xref:TorController.adoc[TorController]::get_socks_cb :relfileprefix: ../ :mrdocs: Callback for GETINFO net/listeners/socks result == Synopsis Declared in `<torcontrol.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void get_socks_cb( xref:TorControlConnection.adoc[TorControlConnection]& conn, xref:TorControlReply.adoc[TorControlReply] const& reply); ---- == Parameters [cols="1,4"] |=== | Name| Description | *conn* | Connection the reply arrived on. | *reply* | Reply received from Tor. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#