All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [Lksctp-developers] [RFC PATCH v2] Fast retransmit fixes
@ 2008-05-14  1:09 Wei Yongjun
  2008-05-14 14:45 ` Vlad Yasevich
  0 siblings, 1 reply; 2+ messages in thread
From: Wei Yongjun @ 2008-05-14  1:09 UTC (permalink / raw)
  To: linux-sctp

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.
>
>
>   


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-05-14 14:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-14  1:09 [Lksctp-developers] [RFC PATCH v2] Fast retransmit fixes Wei Yongjun
2008-05-14 14:45 ` Vlad Yasevich

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.