summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2fabff1)
raw | patch | inline | side by side (parent: 2fabff1)
author | Florian Forster <ff@octo.it> | |
Thu, 4 May 2017 12:08:21 +0000 (14:08 +0200) | ||
committer | Florian Forster <ff@octo.it> | |
Thu, 4 May 2017 12:08:21 +0000 (14:08 +0200) |
src/oping.c | patch | blob | history |
diff --git a/src/oping.c b/src/oping.c
index adf769fbac969f34cfdcc1d959df016ddf0a6dbe..528c90d1e25930077472719056ed6a8112ab3ad3 100644 (file)
--- a/src/oping.c
+++ b/src/oping.c
* and HISTORY_SIZE_MAX. */
size_t history_size;
- /* Number "received" entries in the history, i.e. non-NAN entries. */
+ /* Total number of reponses received. */
size_t history_received;
/* Index of the next RTT to be written to history_by_time. This wraps