Reverting r284710.

Today I learned: iff == if and only if.

Suggested by: many
This commit is contained in:
Hiren Panchasara 2015-06-22 22:16:06 +00:00
parent 26f2eb6979
commit 4c3972f0af
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=284711

View File

@ -2476,7 +2476,7 @@ tcp_do_segment(struct mbuf *m, struct tcphdr *th, struct socket *so,
/*
* Compute the amount of data in flight first.
* We can inject new data into the pipe if
* We can inject new data into the pipe iff
* we have less than 1/2 the original window's
* worth of data in flight.
*/