Browse Source

set congestion cap G immediately if through proxy

pull/2101/head
orignal 3 months ago
parent
commit
ba451eeca5
  1. 1
      libi2pd/RouterContext.cpp

1
libi2pd/RouterContext.cpp

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

Loading…
Cancel
Save