Skip to content

Draft: Add support for PT STATUS TYPE=version messages.

David Goulet requested to merge dgoulet/tor:ticket11101_048_01 into maint-0.4.8

This patch adds support for handling the version status message. Once we receive such message, we add the given version string to the managed_proxy_t instance. Note this value can be NULL and the value can change throughout the lifetime of the PT as multiple status version messages are handled.

See: #11101

Merge request reports