netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Kris Katterjohn <katterjohn@gmail.com>
To: netdev@vger.kernel.org
Subject: [PATCH] Fix tcp_v4_send_synack() comment
Date: Wed, 13 Feb 2008 19:03:59 -0600	[thread overview]
Message-ID: <47B3937F.6010106@gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 188 bytes --]

Hey everyone,

I've attached a patch that fixes the comment above tcp_v4_send_synack() 
in ipv4/tcp_ipv4.c.

Signed-off-by: Kris Katterjohn <katterjohn@gmail.com>

Thanks,
Kris Katterjohn

[-- Attachment #2: synack.patch --]
[-- Type: text/x-patch, Size: 365 bytes --]

--- net/ipv4/tcp_ipv4.c	2008-02-10 23:51:11.000000000 -0600
+++ net/ipv4/tcp_ipv4.c	2008-02-13 18:31:44.000000000 -0600
@@ -735,7 +735,7 @@ static void tcp_v4_reqsk_send_ack(struct
 }
 
 /*
- *	Send a SYN-ACK after having received an ACK.
+ *	Send a SYN-ACK after having received a SYN.
  *	This still operates on a request_sock only, not on a big
  *	socket.
  */

             reply	other threads:[~2008-02-14  1:04 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-14  1:03 Kris Katterjohn [this message]
2008-02-18  6:29 ` [PATCH] Fix tcp_v4_send_synack() comment David Miller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=47B3937F.6010106@gmail.com \
    --to=katterjohn@gmail.com \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).