mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-22 13:27:17 +01:00
set congestion cap G immediately if through proxy
This commit is contained in:
parent
8d1c186665
commit
ba451eeca5
|
@ -325,6 +325,7 @@ namespace i2p
|
|||
break;
|
||||
case eRouterStatusProxy:
|
||||
m_AcceptsTunnels = false;
|
||||
UpdateCongestion ();
|
||||
break;
|
||||
default:
|
||||
;
|
||||
|
|
Loading…
Reference in a new issue