diff for duplicates of <20080828205057.GM9193@ghostprotocols.net> diff --git a/a/1.txt b/N1/1.txt index abd5ac4..16757e5 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -121,9 +121,9 @@ to do is not implemented currently. > - * connection. In this case, no packet is re-transmitted, but rather an > - * ack is generated and pending changes are placed into its options. > - */ -> - if (sk->sk_send_head = NULL) { +> - if (sk->sk_send_head == NULL) { > - dccp_pr_debug("feat negotiation retransmit timeout %p\n", sk); -> - if (sk->sk_state = DCCP_OPEN) +> - if (sk->sk_state == DCCP_OPEN) > - dccp_send_ack(sk); > - goto backoff; > - } diff --git a/a/content_digest b/N1/content_digest index 9df9b38..dcb4e3e 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,8 +1,16 @@ + "ref\01219945512-7723-1-git-send-email-gerrit@erg.abdn.ac.uk\0" + "ref\01219945512-7723-2-git-send-email-gerrit@erg.abdn.ac.uk\0" + "ref\01219945512-7723-3-git-send-email-gerrit@erg.abdn.ac.uk\0" + "ref\01219945512-7723-4-git-send-email-gerrit@erg.abdn.ac.uk\0" + "ref\01219945512-7723-5-git-send-email-gerrit@erg.abdn.ac.uk\0" + "ref\01219945512-7723-6-git-send-email-gerrit@erg.abdn.ac.uk\0" "ref\01219945512-7723-7-git-send-email-gerrit@erg.abdn.ac.uk\0" "From\0Arnaldo Carvalho de Melo <acme@redhat.com>\0" - "Subject\0Re: [PATCH 06/37] dccp: Limit feature negotiation to connection\0" - "Date\0Thu, 28 Aug 2008 20:50:57 +0000\0" - "To\0dccp@vger.kernel.org\0" + "Subject\0Re: [PATCH 06/37] dccp: Limit feature negotiation to connection setup phase\0" + "Date\0Thu, 28 Aug 2008 17:50:57 -0300\0" + "To\0Gerrit Renker <gerrit@erg.abdn.ac.uk>\0" + "Cc\0dccp@vger.kernel.org" + " netdev@vger.kernel.org\0" "\00:1\0" "b\0" "Em Thu, Aug 28, 2008 at 07:44:41PM +0200, Gerrit Renker escreveu:\n" @@ -128,9 +136,9 @@ "> -\t * connection. In this case, no packet is re-transmitted, but rather an\n" "> -\t * ack is generated and pending changes are placed into its options.\n" "> -\t */\n" - "> -\tif (sk->sk_send_head = NULL) {\n" + "> -\tif (sk->sk_send_head == NULL) {\n" "> -\t\tdccp_pr_debug(\"feat negotiation retransmit timeout %p\\n\", sk);\n" - "> -\t\tif (sk->sk_state = DCCP_OPEN)\n" + "> -\t\tif (sk->sk_state == DCCP_OPEN)\n" "> -\t\t\tdccp_send_ack(sk);\n" "> -\t\tgoto backoff;\n" "> -\t}\n" @@ -154,4 +162,4 @@ "> the body of a message to majordomo@vger.kernel.org\n" > More majordomo info at http://vger.kernel.org/majordomo-info.html -fa8cf9612b68c55796d41d20dc5f90e336959d278f44495247b2f09feb7ba497 +f8df57d43c53f90bb0c6cd511b7199ba8bb98a31610ed8fd55eb06f6fb5c5c1d
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.