Problem with 'worst' conn method reporting
On Mon, May 22, 2006 at 09:58:51AM -0400, Schwimmer, Eric E *HS wrote:
Doesn't look like this made its way into the current alfa code. (We must migrated to a new servers and this bit me again, so I thought I'd give it a bump).I think I've fixed this, it was a pretty simple bug; on line 1383 of bbtest-net.c, I changed 'countasdown = 0;' to 'countasdown = 1;'.
Looks correct, applied. Thanks, Henrik