Daemon News Ezine BSD News BSD Mall BSD Support Forum BSD Advocacy BSD Updates

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

PERFORCE change 90505 for review



http://perforce.freebsd.org/chv.cgi?CH=90505

Change 90505 by alc@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;