Skip to content

Commit

Permalink
tcp: Correction to RFC number in comment
Browse files Browse the repository at this point in the history
Challenge ACK is described in RFC 5961, fix typo.

Signed-off-by: Sowmini Varadhan <sowmini.varadhan@oracle.com>
Acked-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Sowmini Varadhan authored and David S. Miller committed Oct 30, 2014
1 parent afb6bef commit cd21453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/ipv4/tcp_input.c
Original file line number Diff line number Diff line change
Expand Up @@ -5029,7 +5029,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:
Expand Down

0 comments on commit cd21453

Please sign in to comment.