Skip to content

Commit cd21453

Browse files
sowminivdavem330
authored andcommitted
tcp: Correction to RFC number in comment
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>
1 parent afb6bef commit cd21453

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

net/ipv4/tcp_input.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5029,7 +5029,7 @@ static bool tcp_validate_incoming(struct sock *sk, struct sk_buff *skb,
50295029
/* step 3: check security and precedence [ignored] */
50305030

50315031
/* step 4: Check for a SYN
5032-
* RFC 5691 4.2 : Send a challenge ack
5032+
* RFC 5961 4.2 : Send a challenge ack
50335033
*/
50345034
if (th->syn) {
50355035
syn_challenge:

0 commit comments

Comments
 (0)