netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Fix tcp_v4_send_synack() comment
@ 2008-02-14  1:03 Kris Katterjohn
  2008-02-18  6:29 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Kris Katterjohn @ 2008-02-14  1:03 UTC (permalink / raw)
  To: netdev

[-- 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.
  */

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-02-18  6:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-14  1:03 [PATCH] Fix tcp_v4_send_synack() comment Kris Katterjohn
2008-02-18  6:29 ` David Miller

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).