Data Fields | |
| GNUNET_CronTime | lastUpdate |
| unsigned int | slots |
| PeerDate | peers [MAX_PEER_IDs] |
| unsigned int | count [HISTORY_SIZE] |
| double | avgSize [HISTORY_SIZE] |
Definition at line 98 of file traffic.c.
When was this record last updated?
Definition at line 104 of file traffic.c.
Referenced by updateUse().
| unsigned int DirectedTrafficCounter::slots |
Time slots for processing (shifted bitvector)
Definition at line 109 of file traffic.c.
Referenced by buildSummary(), and getTrafficStats().
| PeerDate DirectedTrafficCounter::peers[MAX_PEER_IDs] |
"peerCount" identities of the peers that we interacted with most recently (abreviated identities plus timestamps)
Definition at line 115 of file traffic.c.
Referenced by buildSummary(), getTrafficStats(), and updateUse().
| unsigned int DirectedTrafficCounter::count[HISTORY_SIZE] |
How many messages were processed? (rotating buffer)
Definition at line 120 of file traffic.c.
Referenced by buildSummary(), and getTrafficStats().
| double DirectedTrafficCounter::avgSize[HISTORY_SIZE] |
Average sizes (rotating buffer)
Definition at line 125 of file traffic.c.
Referenced by buildSummary(), and getTrafficStats().
1.5.1