From d59bdf691105f19d62c0908227655a0668b920e3 Mon Sep 17 00:00:00 2001 From: Eric Date: Tue, 2 Apr 2019 14:43:06 -0400 Subject: [PATCH] change minimum timeout to 0.5 seconds The loop call_later() function returns a timeout message for times >= 1 second, so changing the minimum timeout to 0.5 allows this to be avoided. --- docs/prfc/drafts/pimp.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/prfc/drafts/pimp.xml b/docs/prfc/drafts/pimp.xml index 451dcf4..b26e820 100644 --- a/docs/prfc/drafts/pimp.xml +++ b/docs/prfc/drafts/pimp.xml @@ -268,7 +268,7 @@ *Packet with invalid flags (invalid flag combination) is received - In case of experiencing packet loss, sender of a packet should keep a timer of minimum 5 seconds timeout before receiving ACK, after which it should resend the previous packet. + In case of experiencing packet loss, sender of a packet should keep a timer of minimum 0.5 seconds timeout before receiving ACK, after which it should resend the previous packet. In case of corrupted data, receiver should immediately sends a request for retranmission packet whose RTR flag MUST be set, together with the correct ACK number.