PERFORCE change 90505 for review
Alan Cox
alc at FreeBSD.org
Fri Jan 27 13:23:37 PST 2006
http://perforce.freebsd.org/chv.cgi?CH=90505
Change 90505 by alc at alc_home on 2006/01/27 21:23:34
Revert a change that has nothing to do with superpages.
Affected files ...
.. //depot/projects/superpages/src/sys/netinet/tcp_subr.c#5 edit
Differences ...
==== //depot/projects/superpages/src/sys/netinet/tcp_subr.c#5 (text+ko) ====
@@ -1962,7 +1962,7 @@
(save_ticks - tp->t_bw_rtttime);
tp->t_bw_rtttime = save_ticks;
tp->t_bw_rtseq = ack_seq;
- if (tp->t_bw_rtttime == 0 || (long)bw < 0)
+ if (tp->t_bw_rtttime == 0 || (int)bw < 0)
return;
bw = ((int64_t)tp->snd_bandwidth * 15 + bw) >> 4;
More information about the p4-projects
mailing list