|
|
@ -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) {
|
|
|
|