diff for duplicates of <20170223183957.GP3414@localhost.localdomain> diff --git a/a/1.txt b/N1/1.txt index c35f8f3..af278be 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -33,7 +33,7 @@ On Fri, Feb 24, 2017 at 02:16:02AM +0800, Xin Long wrote: > >> > > So the data will never be sent. > >> > >> > It's not that bad as you thought, in sctp_packet_can_append_data(): -> >> > when inflight = 0 || sctp_sk(asoc->base.sk)->nodelay, the chunks +> >> > when inflight == 0 || sctp_sk(asoc->base.sk)->nodelay, the chunks > >> > would be still sent out. > >> > >> One of us isn't understanding the other :-) @@ -93,7 +93,7 @@ Ahh yes, exactly. > >> message is built. > >> The second message isn't even looked at. > >> -> >> > What MSG_MORE flag actually does is ignore inflight = 0 and +> >> > What MSG_MORE flag actually does is ignore inflight == 0 and > >> > sctp_sk(asoc->base.sk)->nodelay to delay the chunks, but still > >> > it has to respect the original logic (like !chunk->msg->can_delay > >> > || !sctp_packet_empty(packet) || ...) diff --git a/a/content_digest b/N1/content_digest index c9fd097..7c3f1af 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -7,7 +7,7 @@ "ref\0CADvbK_ds55ZTHcDp-9xV02Nh-pw7L_CY0dyiwHFn+TMAfhs_Kw@mail.gmail.com\0" "From\0Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>\0" "Subject\0Re: [PATCH net-next 2/2] sctp: add support for MSG_MORE\0" - "Date\0Thu, 23 Feb 2017 18:39:57 +0000\0" + "Date\0Thu, 23 Feb 2017 15:39:57 -0300\0" "To\0Xin Long <lucien.xin@gmail.com>\0" "Cc\0David Laight <David.Laight@aculab.com>" network dev <netdev@vger.kernel.org> @@ -52,7 +52,7 @@ "> >> > > So the data will never be sent.\n" "> >>\n" "> >> > It's not that bad as you thought, in sctp_packet_can_append_data():\n" - "> >> > when inflight = 0 || sctp_sk(asoc->base.sk)->nodelay, the chunks\n" + "> >> > when inflight == 0 || sctp_sk(asoc->base.sk)->nodelay, the chunks\n" "> >> > would be still sent out.\n" "> >>\n" "> >> One of us isn't understanding the other :-)\n" @@ -112,7 +112,7 @@ "> >> message is built.\n" "> >> The second message isn't even looked at.\n" "> >>\n" - "> >> > What MSG_MORE flag actually does is ignore inflight = 0 and\n" + "> >> > What MSG_MORE flag actually does is ignore inflight == 0 and\n" "> >> > sctp_sk(asoc->base.sk)->nodelay to delay the chunks, but still\n" "> >> > it has to respect the original logic (like !chunk->msg->can_delay\n" "> >> > || !sctp_packet_empty(packet) || ...)\n" @@ -135,4 +135,4 @@ "> More majordomo info at http://vger.kernel.org/majordomo-info.html\n" > -d749becb00c896c599a5f9438e54e7ca08480633d67ab8a45f2f32b4a1f9e512 +abbdb05aec3c46f45bfd34476fc1cabe29e2188a7efd03904e59790358081302
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.