Fixed sent/recv bug.

Added totals.
This commit is contained in:
pdw
2002-03-26 23:50:40 +00:00
parent 5d52b1f944
commit 945ae2e394
3 changed files with 117 additions and 58 deletions

View File

@@ -8,7 +8,7 @@
/* 60 / 3 */
#define HISTORY_LENGTH 20
#define RESOLUTION 1
#define RESOLUTION 2
typedef struct {
long recv[HISTORY_LENGTH];