diff for duplicates of <529F3BF3.40009@gmail.com> diff --git a/a/1.txt b/N1/1.txt index 81318a2..1ad2690 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -20,7 +20,7 @@ On 12/04/2013 04:32 AM, Wang Weidong wrote: > u32 max_burst_bytes; > > - if (t->burst_limited) -> + if (t->burst_limited || asoc->max_burst = 0) +> + if (t->burst_limited || asoc->max_burst == 0) > return; > > max_burst_bytes = t->flight_size + (asoc->max_burst * asoc->pathmtu); diff --git a/a/content_digest b/N1/content_digest index 49b0e22..56aa34a 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,7 @@ "ref\0529EF6B7.7000501@huawei.com\0" "From\0Vlad Yasevich <vyasevich@gmail.com>\0" "Subject\0Re: [PATCH v2] sctp: disable max_burst when the max_burst is 0\0" - "Date\0Wed, 04 Dec 2013 14:28:03 +0000\0" + "Date\0Wed, 04 Dec 2013 09:28:03 -0500\0" "To\0Wang Weidong <wangweidong1@huawei.com>" nhorman@tuxdriver.com " David Miller <davem@davemloft.net>\0" @@ -33,7 +33,7 @@ "> \tu32 max_burst_bytes;\n" "> \n" "> -\tif (t->burst_limited)\n" - "> +\tif (t->burst_limited || asoc->max_burst = 0)\n" + "> +\tif (t->burst_limited || asoc->max_burst == 0)\n" "> \t\treturn;\n" "> \n" "> \tmax_burst_bytes = t->flight_size + (asoc->max_burst * asoc->pathmtu);\n" @@ -44,4 +44,4 @@ "Thanks\n" -vlad -b373917c21ddf3997aee48382912c01552aaabd8fdeb781d4ebfe3b8ca07336c +b41a883d7272d609296e4a31fbf10a192acdfb358d3bec0ccf5dbed8674baa31
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.