Fix two occurences of a typo in a comment introduced in r367530.
Reported by: lstewart@ MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D27148
This commit is contained in:
parent
1906ce9ca7
commit
75fcd27ac2
@ -1695,7 +1695,7 @@ tcp_do_segment(struct mbuf *m, struct tcphdr *th, struct socket *so,
|
||||
}
|
||||
/*
|
||||
* If timestamps were not negotiated during SYN/ACK and a
|
||||
* segment without a timestamp is received, ignore the
|
||||
* segment with a timestamp is received, ignore the
|
||||
* timestamp and process the packet normally.
|
||||
* See section 3.2 of RFC 7323.
|
||||
*/
|
||||
|
@ -1213,7 +1213,7 @@ syncache_expand(struct in_conninfo *inc, struct tcpopt *to, struct tcphdr *th,
|
||||
|
||||
/*
|
||||
* If timestamps were not negotiated during SYN/ACK and a
|
||||
* segment without a timestamp is received, ignore the
|
||||
* segment with a timestamp is received, ignore the
|
||||
* timestamp and process the packet normally.
|
||||
* See section 3.2 of RFC 7323.
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user