mirror of
https://github.com/nmap/nmap.git
synced 2026-02-06 13:36:36 +00:00
When establishing the tunnel through proxy chain, we need to track status of each proxy (storing R/W buffers, stats, retries...). This patch lets proxies store and manage whatever structure they want to have for this in a Nsock IOD. Since types can differ between proxy types, the proxy_info are stored as a list of void *, ordered like the proxy nodes.