MCPcopy Create free account
hub / github.com/LUX-Core/lux / GetWaitObjects

Method GetWaitObjects

src/cryptopp/network.cpp:71–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71void LimitedBandwidth::GetWaitObjects(WaitObjectContainer &container, const CallStack &callStack)
72{
73 double nextTransceiveTime = TimeToNextTransceive();
74 if (nextTransceiveTime)
75 container.ScheduleEvent(nextTransceiveTime, CallStack("LimitedBandwidth::GetWaitObjects()", &callStack));
76}
77
78// *************************************************************
79

Callers 2

ForwardTcpPortFunction · 0.45
GetWaitObjectsFunction · 0.45

Calls 8

BlockedBySpeedLimitFunction · 0.85
GetWaitObjectsFunction · 0.85
AttachedTransformationFunction · 0.85
EofPendingFunction · 0.85
ScheduleEventMethod · 0.80
SetNoWaitMethod · 0.80
CallStackClass · 0.70
IsEmptyMethod · 0.45

Tested by 1

ForwardTcpPortFunction · 0.36