Browse Source

set congestion cap G immediately if through proxy

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

1
libi2pd/RouterContext.cpp

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

Loading…
Cancel
Save