pull/89/merge
David Schweikert 8 years ago
parent 5b3b94f367
commit 80a45dc165

@ -2063,7 +2063,6 @@ int wait_for_reply(long wait_time)
this_count = seqmap_value->ping_count; this_count = seqmap_value->ping_count;
this_reply = timeval_diff(&recv_time, sent_time); this_reply = timeval_diff(&recv_time, sent_time);
/* discard reply if delay is larger than timeout /* discard reply if delay is larger than timeout
* (see also: github #32) */ * (see also: github #32) */
if (this_reply > h->timeout) { if (this_reply > h->timeout) {

Loading…
Cancel
Save