MCPcopy Create free account
hub / github.com/PurpleI2P/i2pd / IsSlow

Method IsSlow

libi2pd/Tunnel.cpp:272–276  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

270 }
271
272 bool Tunnel::IsSlow () const
273 {
274 return LatencyIsKnown() && m_Latency > HIGH_LATENCY_PER_HOP*GetNumHops () +
275 i2p::transport::transports.GetLocalDelay ()*1000;
276 }
277
278 void Tunnel::VisitTunnelHops(TunnelHopVisitor v)
279 {

Callers 6

ShowTransportSessionsFunction · 0.45
GetInboundTunnelsMethod · 0.45
GetNextTunnelMethod · 0.45
RecreateInboundTunnelMethod · 0.45
GetRandomPeerMethod · 0.45

Calls 1

GetLocalDelayMethod · 0.80

Tested by

no test coverage detected