Home
last modified time | relevance | path

Searched refs:CAPS_FLAG_LOW_BANDWIDTH1 (Results 1 – 2 of 2) sorted by relevance

/dports/security/i2pd/i2pd-2.40.0/libi2pd/
H A DRouterInfo.h38 const char CAPS_FLAG_LOW_BANDWIDTH1 = 'K'; /* < 12 KBps */ variable
H A DRouterContext.cpp392 case i2p::data::CAPS_FLAG_LOW_BANDWIDTH1 : limit = 12; type = low; break; in SetBandwidth()