devhawala / dodo

Xerox Network Services (XNS) implemented in Java
Other
13 stars 1 forks source link

SPP connections don't seem to adapt retransmission interval to round-trip time? #19

Open nbriggs opened 1 year ago

nbriggs commented 1 year ago

The retransmission interval for SPP packets does not appear to adapt to the round-trip time of the connection. Interlisp uses 2*RTT, based on the time to receive the next packet when an ACK is requested, or a user-level timeout, whichever is longer. The default initial RTT estimate is 1000ms.