On October 01, 2003 03:35 pm, Ian Clarke wrote: > Line 160: > > double pNotConnectFailedOrSearchFailed = > (1 - pConnectFailed) * (1- pSearchFailed); > > My high-school math is a bit rusty, but shouldn't that be: > > ... = 1-(pConnectFailed+pSearchFailed);
This it is correct. Add two probabities you multiply. In any case it will not have an effect either way. Current builds should never require a connecton be opened so pConnectFailed is 0. ocm to the rescue here. Ed _______________________________________________ Devl mailing list [EMAIL PROTECTED] http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/devl
