From: Wei Yongjun <yjwei@cn.fujitsu.com>
To: linux-sctp@vger.kernel.org
Subject: Re: [Lksctp-developers] [RFC PATCH v2] Fast retransmit fixes
Date: Wed, 14 May 2008 01:09:12 +0000 [thread overview]
Message-ID: <482A3BB8.3030204@cn.fujitsu.com> (raw)
Hi Vlad:
This patch set cannot resolve Fast Recovery problem correctly.
Test Procedure:
Endpoint A Endpoint B
DATA (TSN = 1) ------------->
DATA (TSN = 2) -- (lost)---->
DATA (TSN = 3) ---(lost)---->
DATA (TSN = 4) ------------->
DATA (TSN = 5) ------------->
<------------- SACK (CTSN = 1)
DATA (TSN = 6) ------------->
<------------- SACK (CTSN = 1, GAP-START = 3, GAP-ENT = 3)
<------------ SACK (CTSN = 1, GAP-START = 3, GAP-ENT = 4)
<------------ SACK (CTSN = 1, GAP-START = 3, GAP-ENT = 5)
DATA (TSN = 2) -(fast rtx)-->
<------------- SACK (CTSN = 2, GAP-START = 2, GAP-ENT = 4)
DATA (TSN = 3) -(can not do fast rtx)--
I am not sure is this a bug of your patch because I used this patchset
manually. Can you check for this test?
Wei Yongjun
Vlad Yasevich wrote:
> This is an update to the Fast retransmit changes.
>
> This fixes a small bug introduced by a prior series where the fast_rtx
> hint in the outq structure was never cleared.
>
> All prior comments still stand.
>
>
>
next reply other threads:[~2008-05-14 1:09 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-05-14 1:09 Wei Yongjun [this message]
2008-05-14 14:45 ` [Lksctp-developers] [RFC PATCH v2] Fast retransmit fixes Vlad Yasevich
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=482A3BB8.3030204@cn.fujitsu.com \
--to=yjwei@cn.fujitsu.com \
--cc=linux-sctp@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.