diff for duplicates of <535ABE70.6020200@gmail.com> diff --git a/a/1.txt b/N1/1.txt index bd07263..87ca7e3 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -50,7 +50,7 @@ Acked-by: Vlad Yasevich <vyasevich@gmail.com> > */ > - if ((transport->state != SCTP_PF) && > - (transport->state != SCTP_UNCONFIRMED) && -> + if ((transport->state = SCTP_ACTIVE) && +> + if ((transport->state == SCTP_ACTIVE) && > (asoc->pf_retrans < transport->pathmaxrxt) && > (transport->error_count > asoc->pf_retrans)) { > diff --git a/a/content_digest b/N1/content_digest index 1a0917e..a6073d9 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\01398450390-23630-1-git-send-email-kheiss@gmail.com\0" "From\0Vlad Yasevich <vyasevich@gmail.com>\0" - "Subject\0Re: [PATCH v4 net] net: sctp: Don't transition to PF state when transport has exhausted 'Path.Max.Re\0" - "Date\0Fri, 25 Apr 2014 19:58:40 +0000\0" + "Subject\0Re: [PATCH v4 net] net: sctp: Don't transition to PF state when transport has exhausted 'Path.Max.Retrans'.\0" + "Date\0Fri, 25 Apr 2014 15:58:40 -0400\0" "To\0Karl Heiss <kheiss@gmail.com>" " netdev@vger.kernel.org\0" "Cc\0linux-sctp@vger.kernel.org" @@ -61,10 +61,10 @@ "> \t */\n" "> -\tif ((transport->state != SCTP_PF) &&\n" "> -\t (transport->state != SCTP_UNCONFIRMED) &&\n" - "> +\tif ((transport->state = SCTP_ACTIVE) &&\n" + "> +\tif ((transport->state == SCTP_ACTIVE) &&\n" "> \t (asoc->pf_retrans < transport->pathmaxrxt) &&\n" "> \t (transport->error_count > asoc->pf_retrans)) {\n" "> \n" > -87322d0c4dae0da37a16115caa6d890ffb7601be39e605e1d4d2828fe114444f +c92207b063dade1dd18fd19def427c3da1025c6072c25e10e3d9e80e8b058121
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.