Make format

pull/1088/head
Stephen Shelton 5 years ago
parent 7f0972d48e
commit 3d00feb08a
No known key found for this signature in database
GPG Key ID: EE4BADACCE8B631C

@ -345,8 +345,8 @@ namespace llarp
{
m_Stats.currentRateTX = m_TXRate;
m_Stats.currentRateRX = m_RXRate;
m_RXRate = 0;
m_TXRate = 0;
m_RXRate = 0;
m_TXRate = 0;
}
void

@ -143,7 +143,8 @@ namespace llarp
/// we are closed now
Closed
};
static std::string StateToString(State state);
static std::string
StateToString(State state);
State m_State;
struct Stats
@ -154,8 +155,8 @@ namespace llarp
uint64_t totalPacketsRX = 0;
uint64_t totalAckedTX = 0;
uint64_t totalDroppedTX = 0;
uint64_t totalAckedTX = 0;
uint64_t totalDroppedTX = 0;
uint64_t totalInFlightTX = 0;
};
Stats m_Stats;

Loading…
Cancel
Save