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>
This commit is contained in:
parent
afb6befce6
commit
cd2145358e
1 changed files with 1 additions and 1 deletions
|
@ -5029,7 +5029,7 @@ static bool tcp_validate_incoming(struct sock *sk, struct sk_buff *skb,
|
||||||
/* step 3: check security and precedence [ignored] */
|
/* step 3: check security and precedence [ignored] */
|
||||||
|
|
||||||
/* step 4: Check for a SYN
|
/* 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) {
|
if (th->syn) {
|
||||||
syn_challenge:
|
syn_challenge:
|
||||||
|
|
Loading…
Add table
Reference in a new issue