]> Git Repo - VerusCoin.git/commit
Make -proxy set all network types, avoiding a connect leak.
authorGregory Maxwell <[email protected]>
Sun, 23 Nov 2014 23:12:50 +0000 (15:12 -0800)
committerGregory Maxwell <[email protected]>
Sun, 23 Nov 2014 23:17:11 +0000 (15:17 -0800)
commit3c777141349ad82d679a278df0619968af53c23f
tree33372aadd234c60b63ce9b4fa7c09179990d08bc
parentcbf28c6619fe348a258dfd7d08bdbd2392d07511
Make -proxy set all network types, avoiding a connect leak.

Previously -proxy was not setting the proxy for IsLimited networks, so
 if you set your configuration to be onlynet=tor you wouldn't get an
 IPv4 proxy set.

The payment protocol gets its proxy configuration from the IPv4 proxy,
 and so it would experience a connection leak.

This addresses issue #5355 and also clears up a cosmetic bug where
 getinfo proxy output shows nothing when onlynet=tor is set.
src/init.cpp
This page took 0.026708 seconds and 4 git commands to generate.