set X bandiwth for floodfill by default

This commit is contained in:
orignal 2021-03-28 13:13:00 -04:00
parent 167d3a0e3c
commit edf3b7e2fc

View file

@ -280,7 +280,7 @@ namespace util
else if (isFloodfill)
{
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
{