diff for duplicates of <4E0B3491.1060603@hp.com> diff --git a/a/1.txt b/N1/1.txt index 99e60a2..293732c 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -67,8 +67,8 @@ trigger an ABORT since it lost data. That ABORT will stop the sender as well. > */ > if (!q->asoc->peer.rwnd && > !list_empty(&tlist) && -> - (sack_ctsn+2 = q->asoc->next_tsn)) { -> + (sack_ctsn+2 = q->asoc->next_tsn) && +> - (sack_ctsn+2 == q->asoc->next_tsn)) { +> + (sack_ctsn+2 == q->asoc->next_tsn) && > + !(q->asoc->state >= SCTP_STATE_SHUTDOWN_PENDING)) { > SCTP_DEBUG_PRINTK("%s: SACK received for zero " > "window probe: %u\n", diff --git a/a/content_digest b/N1/content_digest index 6b87dbb..03ea32a 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\020110629135704.GB10085@canuck.infradead.org\0" "From\0Vladislav Yasevich <vladislav.yasevich@hp.com>\0" "Subject\0Re: [PATCH] sctp: Enforce maximum retransmissions during shutdown\0" - "Date\0Wed, 29 Jun 2011 14:20:01 +0000\0" + "Date\0Wed, 29 Jun 2011 10:20:01 -0400\0" "To\0netdev@vger.kernel.org" davem@davemloft.net Wei Yongjun <yjwei@cn.fujitsu.com> @@ -78,8 +78,8 @@ "> \t\t\t */\n" "> \t\t\tif (!q->asoc->peer.rwnd &&\n" "> \t\t\t !list_empty(&tlist) &&\n" - "> -\t\t\t (sack_ctsn+2 = q->asoc->next_tsn)) {\n" - "> +\t\t\t (sack_ctsn+2 = q->asoc->next_tsn) &&\n" + "> -\t\t\t (sack_ctsn+2 == q->asoc->next_tsn)) {\n" + "> +\t\t\t (sack_ctsn+2 == q->asoc->next_tsn) &&\n" "> +\t\t\t !(q->asoc->state >= SCTP_STATE_SHUTDOWN_PENDING)) {\n" "> \t\t\t\tSCTP_DEBUG_PRINTK(\"%s: SACK received for zero \"\n" "> \t\t\t\t\t\t \"window probe: %u\\n\",\n" @@ -114,4 +114,4 @@ "> \t * acknowledgement.\n" > -9a6e4b7d71b727a774906aaf8a2381034cb4131dc4efdd7b39e67304eb4791a3 +ef65dc72417a34774eba042dfb1f1fc4168f4773720bfe844252e6e23f5a7065
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.