diff for duplicates of <4D6FA2D3.501@hp.com> diff --git a/a/1.txt b/N1/1.txt index 7e3480e..beaeacf 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -38,7 +38,7 @@ NACK. Please read the spec and how fast recovery is specified. > @@ -657,7 +657,7 @@ redo: > * after it is retransmitted. > */ -> if (chunk->fast_retransmit = SCTP_NEED_FRTX) +> if (chunk->fast_retransmit == SCTP_NEED_FRTX) > - chunk->fast_retransmit = SCTP_DONT_FRTX; > + chunk->fast_retransmit = SCTP_CAN_FRTX; > @@ -47,7 +47,7 @@ NACK. Please read the spec and how fast recovery is specified. > @@ -679,7 +679,7 @@ redo: > if (rtx_timeout || fast_rtx) { > list_for_each_entry(chunk1, lqueue, transmitted_list) { -> if (chunk1->fast_retransmit = SCTP_NEED_FRTX) +> if (chunk1->fast_retransmit == SCTP_NEED_FRTX) > - chunk1->fast_retransmit = SCTP_DONT_FRTX; > + chunk1->fast_retransmit = SCTP_CAN_FRTX; > } diff --git a/a/content_digest b/N1/content_digest index 05b1931..d3d88e4 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\04D6F5F83.705@cn.fujitsu.com\0" "From\0Vladislav Yasevich <vladislav.yasevich@hp.com>\0" "Subject\0Re: [PATCH] sctp: fix the fast retransmit limit\0" - "Date\0Thu, 03 Mar 2011 14:16:51 +0000\0" + "Date\0Thu, 03 Mar 2011 09:16:51 -0500\0" "To\0Wei Yongjun <yjwei@cn.fujitsu.com>\0" "Cc\0David Miller <davem@davemloft.net>" netdev@vger.kernel.org <netdev@vger.kernel.org> @@ -50,7 +50,7 @@ "> @@ -657,7 +657,7 @@ redo:\n" "> \t\t\t * after it is retransmitted.\n" "> \t\t\t */\n" - "> \t\t\tif (chunk->fast_retransmit = SCTP_NEED_FRTX)\n" + "> \t\t\tif (chunk->fast_retransmit == SCTP_NEED_FRTX)\n" "> -\t\t\t\tchunk->fast_retransmit = SCTP_DONT_FRTX;\n" "> +\t\t\t\tchunk->fast_retransmit = SCTP_CAN_FRTX;\n" "> \n" @@ -59,11 +59,11 @@ "> @@ -679,7 +679,7 @@ redo:\n" "> \tif (rtx_timeout || fast_rtx) {\n" "> \t\tlist_for_each_entry(chunk1, lqueue, transmitted_list) {\n" - "> \t\t\tif (chunk1->fast_retransmit = SCTP_NEED_FRTX)\n" + "> \t\t\tif (chunk1->fast_retransmit == SCTP_NEED_FRTX)\n" "> -\t\t\t\tchunk1->fast_retransmit = SCTP_DONT_FRTX;\n" "> +\t\t\t\tchunk1->fast_retransmit = SCTP_CAN_FRTX;\n" "> \t\t}\n" "> \t}\n" > -462ccacdb5ef7d56e1135241afad5c32f8f2e9d1f09ede24bc696b2f853a1b4d +ea6bdff80139728f3f005ccf022038ca86ffad8b36f930daa668a793beb2bb48
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.