llarp::EndpointBase::SendStat
Public Attributes
| Name | |
|---|---|
| uint64_t | messagesSend how many routing messages we sent to them |
| uint64_t | messagesRecv how many routing messages we got from them |
| size_t | numTotalConvos how many convos have we had to this guy total? |
| Duration_t | estimatedRTT current estimated rtt |
| Duration_t | lastSendAt last time point when we sent a message to them |
| Duration_t | lastRecvAt last time point when we got a message from them |
Public Attributes Documentation
variable messagesSend
uint64_t messagesSend;
how many routing messages we sent to them
variable messagesRecv
uint64_t messagesRecv;
how many routing messages we got from them
variable numTotalConvos
size_t numTotalConvos;
how many convos have we had to this guy total?
variable estimatedRTT
Duration_t estimatedRTT;
current estimated rtt
variable lastSendAt
Duration_t lastSendAt;
last time point when we sent a message to them
variable lastRecvAt
Duration_t lastRecvAt;
last time point when we got a message from them
Updated on 2026-01-10 at 22:49:45 +0000