All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <4D707CB6.8020502@cn.fujitsu.com>

diff --git a/a/1.txt b/N1/1.txt
index 417cd04..c39d988 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -50,7 +50,7 @@ fast recovery?
 >> @@ -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;
 >>  
@@ -59,7 +59,7 @@ fast recovery?
 >> @@ -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 54f310e..4366497 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -2,7 +2,7 @@
  "ref\04D6FA2D3.501@hp.com\0"
  "From\0Wei Yongjun <yjwei@cn.fujitsu.com>\0"
  "Subject\0Re: [PATCH] sctp: fix the fast retransmit limit\0"
- "Date\0Fri, 04 Mar 2011 05:46:30 +0000\0"
+ "Date\0Fri, 04 Mar 2011 13:46:30 +0800\0"
  "To\0Vladislav Yasevich <vladislav.yasevich@hp.com>\0"
  "Cc\0David Miller <davem@davemloft.net>"
   netdev@vger.kernel.org <netdev@vger.kernel.org>
@@ -63,7 +63,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"
@@ -72,7 +72,7 @@
  ">> @@ -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"
@@ -84,4 +84,4 @@
  "> More majordomo info at  http://vger.kernel.org/majordomo-info.html\n"
  >
 
-ecc143df0e074554b106790ebce212b3f9604da7aa9c6e20d74b5c7aad238907
+d46b231708f55c4ed66d3c2355474493ddfba768d66c8221bae8863da4dc9e57

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.