set congestion cap G immediately if through proxy

This commit is contained in:
orignal 2024-09-07 18:01:48 -04:00
parent 8d1c186665
commit ba451eeca5

View File

@ -325,6 +325,7 @@ namespace i2p
break; break;
case eRouterStatusProxy: case eRouterStatusProxy:
m_AcceptsTunnels = false; m_AcceptsTunnels = false;
UpdateCongestion ();
break; break;
default: default:
; ;