[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [GNUnet-developers] network load broken?
From: |
Wayne Scott |
Subject: |
Re: [GNUnet-developers] network load broken? |
Date: |
Mon, 13 May 2002 09:40:43 -0500 (EST) |
From: Wayne Scott <address@hidden>
> I updated from CVS this morning and started running:
>
> NETWORK:current 232288 Bps, rxdiff=3548865 3548865, txdiff=632328 632328,
> maxnet=8000,
> elapsedtime=18
> NETWORK:current 144284 Bps, rxdiff=3748946 3748946, txdiff=723874 723874,
> maxnet=8000,
> elapsedtime=31
BTW. One difference in my code that might be causing this problem:
I included "debugging.h" at the top of src/util/statuscalls.c.
Without it the error messages don't work, but also without it (which
also includes "config.h") you might not have LINUX defined and are
using netstat to get network data.
-Wayne