| 1380 | } |
| 1381 | |
| 1382 | bool Transports::IsInReservedRange (const boost::asio::ip::address& host) const |
| 1383 | { |
| 1384 | return IsCheckReserved () && i2p::util::net::IsInReservedRange (host); |
| 1385 | } |
| 1386 | |
| 1387 | bool Transports::IsBanned (const boost::asio::ip::address& addr) |
| 1388 | { |
no test coverage detected