Browse Source

set X bandiwth for floodfill by default

pull/1645/head
orignal 4 years ago
parent
commit
edf3b7e2fc
  1. 2
      daemon/Daemon.cpp

2
daemon/Daemon.cpp

@ -280,7 +280,7 @@ namespace util
else if (isFloodfill) else if (isFloodfill)
{ {
LogPrint(eLogInfo, "Daemon: floodfill bandwidth set to 'extra'"); LogPrint(eLogInfo, "Daemon: floodfill bandwidth set to 'extra'");
i2p::context.SetBandwidth (i2p::data::CAPS_FLAG_EXTRA_BANDWIDTH1); i2p::context.SetBandwidth (i2p::data::CAPS_FLAG_EXTRA_BANDWIDTH2);
} }
else else
{ {

Loading…
Cancel
Save