some tuning...
This commit is contained in:
@@ -79,12 +79,15 @@ do {
|
||||
if (verbosity) {
|
||||
gettimeofday(&tp, NULL);
|
||||
curtime = tp.tv_sec + tp.tv_usec / 1e6;
|
||||
printf("----+ %4ld %5d b ts: %.3f\n",
|
||||
printf("----+ frame %4ld %5d bytes t= %.3f sec.\n",
|
||||
serial, foo, curtime - starttime);
|
||||
/*
|
||||
* MUST display ip:port of the sender !
|
||||
*/
|
||||
}
|
||||
|
||||
for (bar=0; bar<=foo; bar+=16) {
|
||||
printf("%3ld | ", bar);
|
||||
printf("%3d | ", bar);
|
||||
dumpln(buffer+bar);
|
||||
}
|
||||
serial++;
|
||||
|
||||
Reference in New Issue
Block a user