diff for duplicates of <20171127133711.GL3473@localhost.localdomain> diff --git a/a/1.txt b/N1/1.txt index 91dbee3..cc3d7b0 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -28,10 +28,11 @@ Acked-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com> > @@ -725,7 +725,7 @@ struct sctp_chunk *sctp_process_strreset_tsnreq( > i = asoc->strreset_inseq - request_seq - 1; > result = asoc->strreset_result[i]; -> if (result = SCTP_STRRESET_PERFORMED) { +> if (result == SCTP_STRRESET_PERFORMED) { > - next_tsn = asoc->next_tsn; > + next_tsn = asoc->ctsn_ack_point + 1; -> init_tsn > sctp_tsnmap_get_ctsn(&asoc->peer.tsn_map) + 1; +> init_tsn = +> sctp_tsnmap_get_ctsn(&asoc->peer.tsn_map) + 1; > } > -- > 2.1.0 diff --git a/a/content_digest b/N1/content_digest index 7344f60..7fc3e2c 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,7 @@ "ref\0380acfa72f7260cccf9fc9ffb2db81d4234fd38a.1511614961.git.lucien.xin@gmail.com\0" "From\0Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>\0" "Subject\0Re: [PATCH net 5/5] sctp: set sender next_tsn for the old result with ctsn_ack_point plus 1\0" - "Date\0Mon, 27 Nov 2017 13:37:11 +0000\0" + "Date\0Mon, 27 Nov 2017 11:37:11 -0200\0" "To\0Xin Long <lucien.xin@gmail.com>\0" "Cc\0network dev <netdev@vger.kernel.org>" linux-sctp@vger.kernel.org @@ -40,10 +40,11 @@ "> @@ -725,7 +725,7 @@ struct sctp_chunk *sctp_process_strreset_tsnreq(\n" "> \t\ti = asoc->strreset_inseq - request_seq - 1;\n" "> \t\tresult = asoc->strreset_result[i];\n" - "> \t\tif (result = SCTP_STRRESET_PERFORMED) {\n" + "> \t\tif (result == SCTP_STRRESET_PERFORMED) {\n" "> -\t\t\tnext_tsn = asoc->next_tsn;\n" "> +\t\t\tnext_tsn = asoc->ctsn_ack_point + 1;\n" - "> \t\t\tinit_tsn > \t\t\t\tsctp_tsnmap_get_ctsn(&asoc->peer.tsn_map) + 1;\n" + "> \t\t\tinit_tsn =\n" + "> \t\t\t\tsctp_tsnmap_get_ctsn(&asoc->peer.tsn_map) + 1;\n" "> \t\t}\n" "> -- \n" "> 2.1.0\n" @@ -54,4 +55,4 @@ "> More majordomo info at http://vger.kernel.org/majordomo-info.html\n" > -fe72000c2bf2e4300b5ac9dea3c44898d25932aa859e156cb3e00ee5ed3a789e +e1c3e35db34df8324a1f20d466d2829be83d7c8edf47be7a524b59cb8a42717c
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.