From 94eb2a8849abbeabebe94d8150d65e86cc75cdcc Mon Sep 17 00:00:00 2001 From: David du Colombier <0intro@gmail.com> Date: Tue, 17 Nov 1998 00:00:00 +0000 Subject: [PATCH] Plan 9 from Bell Labs 1998-11-17 --- ip/rudp.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ip/rudp.c b/ip/rudp.c index cf9428d9a62d0beb5b8b17c7c7f6b041fb859731..e296122c18f41480d2a0da7703ace09906778f99 100644 --- a/ip/rudp.c +++ b/ip/rudp.c @@ -34,7 +34,7 @@ enum UDP_USEAD4 = 12, Rudprxms = 200, - Rudptickms = 100, + Rudptickms = 50, Rudpmaxxmit = 10, Maxunacked = 100, }; @@ -858,6 +858,7 @@ reliput(Conv *c, Block *bp, uchar *addr, ushort port) /* refuse out of order delivery */ if(seq != NEXTSEQ(r->rcvseq)){ + relsendack(c, r); /* tell him we got it already */ upriv->orders++; DPRINT("out of sequence %lud not %lud\n", seq, NEXTSEQ(r->rcvseq)); return -1;