mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-06 03:45:26 +00:00
parent
4233365077
commit
3ce3b9dc46
5 changed files with 30 additions and 3 deletions
|
|
@ -46,6 +46,8 @@ class TcpPacketStats {
|
|||
s->pktRetr += pktRetr, s->pktOOO += pktOOO,
|
||||
s->pktLost += pktLost, s->pktKeepAlive += pktKeepAlive;
|
||||
}
|
||||
|
||||
inline u_int64_t get_retr() const { return pktRetr; };
|
||||
};
|
||||
|
||||
#endif /* _TCP_PACKET_STATS_H_ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue