netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next] tcp: Correction to RFC number in comment
@ 2014-10-30 16:48 Sowmini Varadhan
  2014-10-30 17:19 ` Eric Dumazet
  2014-10-30 23:54 ` David Miller
  0 siblings, 2 replies; 3+ messages in thread
From: Sowmini Varadhan @ 2014-10-30 16:48 UTC (permalink / raw)
  To: davem, sowmini.varadhan; +Cc: netdev


Challenge ACK is described in RFC 5961, fix typo.

Signed-off-by: Sowmini Varadhan <sowmini.varadhan@oracle.com>
---
 net/ipv4/tcp_input.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/ipv4/tcp_input.c b/net/ipv4/tcp_input.c
index a12b455..d285962 100644
--- a/net/ipv4/tcp_input.c
+++ b/net/ipv4/tcp_input.c
@@ -5028,7 +5028,7 @@ static bool tcp_validate_incoming(struct sock *sk, struct sk_buff *skb,
 	/* step 3: check security and precedence [ignored] */
 
 	/* step 4: Check for a SYN
-	 * RFC 5691 4.2 : Send a challenge ack
+	 * RFC 5961 4.2 : Send a challenge ack
 	 */
 	if (th->syn) {
 syn_challenge:
-- 
1.8.4.2

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

* Re: [PATCH net-next] tcp: Correction to RFC number in comment
  2014-10-30 16:48 [PATCH net-next] tcp: Correction to RFC number in comment Sowmini Varadhan
@ 2014-10-30 17:19 ` Eric Dumazet
  2014-10-30 23:54 ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: Eric Dumazet @ 2014-10-30 17:19 UTC (permalink / raw)
  To: Sowmini Varadhan; +Cc: davem, netdev

On Thu, 2014-10-30 at 12:48 -0400, Sowmini Varadhan wrote:
> Challenge ACK is described in RFC 5961, fix typo.
> 
> Signed-off-by: Sowmini Varadhan <sowmini.varadhan@oracle.com>
> ---
>  net/ipv4/tcp_input.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/net/ipv4/tcp_input.c b/net/ipv4/tcp_input.c
> index a12b455..d285962 100644
> --- a/net/ipv4/tcp_input.c
> +++ b/net/ipv4/tcp_input.c
> @@ -5028,7 +5028,7 @@ static bool tcp_validate_incoming(struct sock *sk, struct sk_buff *skb,
>  	/* step 3: check security and precedence [ignored] */
>  
>  	/* step 4: Check for a SYN
> -	 * RFC 5691 4.2 : Send a challenge ack
> +	 * RFC 5961 4.2 : Send a challenge ack
>  	 */
>  	if (th->syn) {
>  syn_challenge:

Acked-by: Eric Dumazet <edumazet@google.com>

Thanks !

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

* Re: [PATCH net-next] tcp: Correction to RFC number in comment
  2014-10-30 16:48 [PATCH net-next] tcp: Correction to RFC number in comment Sowmini Varadhan
  2014-10-30 17:19 ` Eric Dumazet
@ 2014-10-30 23:54 ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: David Miller @ 2014-10-30 23:54 UTC (permalink / raw)
  To: sowmini.varadhan; +Cc: netdev

From: Sowmini Varadhan <sowmini.varadhan@oracle.com>
Date: Thu, 30 Oct 2014 12:48:08 -0400

> Challenge ACK is described in RFC 5961, fix typo.
> 
> Signed-off-by: Sowmini Varadhan <sowmini.varadhan@oracle.com>

Applied, thanks.

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

end of thread, other threads:[~2014-10-30 23:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-30 16:48 [PATCH net-next] tcp: Correction to RFC number in comment Sowmini Varadhan
2014-10-30 17:19 ` Eric Dumazet
2014-10-30 23:54 ` 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).