diff for duplicates of <52869A6C.8060900@gmail.com> diff --git a/a/1.txt b/N1/1.txt index eb77e06..2fa0eeb 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -16,7 +16,7 @@ would be removed from the queue and moved to the sctp_outq->retransmit. static void sctp_check_transmitted(...) { ... - if (transport) { /*<====This proves that its not the + if (transport) { /*<=======This proves that its not the outq->retransmit (the retransmitted queue)*/ if (bytes_acked) { ... @@ -45,9 +45,9 @@ appropriate to transition INACTIVE->ACTIVE (the original implementation). >> sctp_outq *q, >> * active if it is not so marked. >> */ ->> if ((transport->state = SCTP_INACTIVE || ->> + transport->state = SCTP_PF || ->> transport->state = SCTP_UNCONFIRMED) && +>> if ((transport->state == SCTP_INACTIVE || +>> + transport->state == SCTP_PF || +>> transport->state == SCTP_UNCONFIRMED) && >> sctp_cmp_addr_exact(&transport->ipaddr, saddr)) { >> sctp_assoc_control_transport( >> diff --git a/a/content_digest b/N1/content_digest index 679679b..9928be2 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,7 @@ "ref\05285884F.8030907@gmail.com\0" "From\0Chang <changxiangzhong@gmail.com>\0" "Subject\0Re: [PATCH] net: sctp: recover a tranport when an ack comes\0" - "Date\0Fri, 15 Nov 2013 22:04:28 +0000\0" + "Date\0Fri, 15 Nov 2013 23:04:28 +0100\0" "To\0Vlad Yasevich <vyasevich@gmail.com>" " nhorman@tuxdriver.com\0" "Cc\0davem@davemloft.net" @@ -31,7 +31,7 @@ "\n" "static void sctp_check_transmitted(...) {\n" "...\n" - " if (transport) { /*<====This proves that its not the \n" + " if (transport) { /*<=======This proves that its not the \n" "outq->retransmit (the retransmitted queue)*/\n" " if (bytes_acked) {\n" " ...\n" @@ -60,12 +60,12 @@ ">> sctp_outq *q,\n" ">> * active if it is not so marked.\n" ">> */\n" - ">> if ((transport->state = SCTP_INACTIVE ||\n" - ">> + transport->state = SCTP_PF ||\n" - ">> transport->state = SCTP_UNCONFIRMED) &&\n" + ">> if ((transport->state == SCTP_INACTIVE ||\n" + ">> + transport->state == SCTP_PF ||\n" + ">> transport->state == SCTP_UNCONFIRMED) &&\n" ">> sctp_cmp_addr_exact(&transport->ipaddr, saddr)) {\n" ">> sctp_assoc_control_transport(\n" ">>\n" > -822ae608d7ac01c3efad04bf7199cff0c0f1f8cf0faad21e4f5fe6f5ab333599 +b090f5a2801379ab65597fed2d46b74ccf05807c7a2a070bf32220174ecbc6c1
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.