diff for duplicates of <5204F121.7080609@gmail.com> diff --git a/a/1.txt b/N1/1.txt index bca2b94..f9f2c95 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -23,7 +23,7 @@ On 08/09/2013 09:09 AM, Daniel Borkmann wrote: > + * active state and set cwnd to 1 MTU, see SCTP > * Quick failover draft section 5.1, point 5 > */ -> if (transport->state = SCTP_PF) { +> if (transport->state == SCTP_PF) { > ulp_notify = false; > - transport->cwnd = 1; > + transport->cwnd = asoc->pathmtu; diff --git a/a/content_digest b/N1/content_digest index 9ff68cb..07f08d7 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\01376053748-31783-1-git-send-email-dborkman@redhat.com\0" "From\0Vlad Yasevich <vyasevich@gmail.com>\0" "Subject\0Re: [PATCH net] net: sctp: sctp_assoc_control_transport: fix MTU size in SCTP_PF state\0" - "Date\0Fri, 09 Aug 2013 13:39:45 +0000\0" + "Date\0Fri, 09 Aug 2013 09:39:45 -0400\0" "To\0Daniel Borkmann <dborkman@redhat.com>\0" "Cc\0davem@davemloft.net" kheiss@gmail.com @@ -35,7 +35,7 @@ "> +\t\t * active state and set cwnd to 1 MTU, see SCTP\n" "> \t\t * Quick failover draft section 5.1, point 5\n" "> \t\t */\n" - "> \t\tif (transport->state = SCTP_PF) {\n" + "> \t\tif (transport->state == SCTP_PF) {\n" "> \t\t\tulp_notify = false;\n" "> -\t\t\ttransport->cwnd = 1;\n" "> +\t\t\ttransport->cwnd = asoc->pathmtu;\n" @@ -48,4 +48,4 @@ "\n" -vlad -0047888bb2f07f985b8d0ccfb469436d2630fb26a981772eda4ae634a287f43b +1c71bd244bbd8cd7f6c4f2e031b1adda37d64b78ae0a39927f637406b0b1145e
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.