Trim extra ()'s.
Submitted by: bde
This commit is contained in:
parent
a4f326ddd5
commit
1a0e7cfc42
@ -1778,7 +1778,7 @@ tcp_do_segment(struct mbuf *m, struct tcphdr *th, struct socket *so,
|
||||
TSTMP_LT(to.to_tsval, tp->ts_recent)) {
|
||||
|
||||
/* Check to see if ts_recent is over 24 days old. */
|
||||
if ((ticks - tp->ts_recent_age) > TCP_PAWS_IDLE) {
|
||||
if (ticks - tp->ts_recent_age > TCP_PAWS_IDLE) {
|
||||
/*
|
||||
* Invalidate ts_recent. If this segment updates
|
||||
* ts_recent, the age will be reset later and ts_recent
|
||||
|
Loading…
x
Reference in New Issue
Block a user