diff for duplicates of <5286A4D4.10905@gmail.com> diff --git a/a/1.txt b/N1/1.txt index ec41694..c7392b7 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -22,7 +22,7 @@ See sctp_outq_flush_rtx(). > 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)*/ Retransmit queue may hold more data then can be drained in a single @@ -59,9 +59,9 @@ to do. >>> 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 30791b8..fc60460 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -3,7 +3,7 @@ "ref\052869A6C.8060900@gmail.com\0" "From\0Vlad Yasevich <vyasevich@gmail.com>\0" "Subject\0Re: [PATCH] net: sctp: recover a tranport when an ack comes\0" - "Date\0Fri, 15 Nov 2013 22:48:52 +0000\0" + "Date\0Fri, 15 Nov 2013 17:48:52 -0500\0" "To\0Chang <changxiangzhong@gmail.com>" " nhorman@tuxdriver.com\0" "Cc\0davem@davemloft.net" @@ -38,7 +38,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" "\n" "Retransmit queue may hold more data then can be drained in a single\n" @@ -75,13 +75,13 @@ ">>> 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" ">>\n" > -668aa103e7c74b09b4e59e7ce6bce7a8c04a791874f28701a285e144a218d2fa +89c45c855dc205a327ebc1ea34cebe3bb88291820f9a840881a0636b2507d613
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.