From ec2357f75d4b20720d402219b6cf891ca292df05 Mon Sep 17 00:00:00 2001 From: luis Date: Sun, 25 Jul 2010 18:36:56 +0000 Subject: [PATCH] Minor update --- todo/nping.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/todo/nping.txt b/todo/nping.txt index c4e268098..65d9f110c 100644 --- a/todo/nping.txt +++ b/todo/nping.txt @@ -74,8 +74,6 @@ * Do more testing on Mac -* [EM] Add received echoed packet to the final statistics. - * [EM] For CAPT packets, decide if we want to print the full info or just the fields that have changed in transit. @@ -290,6 +288,8 @@ o [EM] Consider whether we should delay RCVD packet printing the echo side-channel connection and connections in TCP-Connect mode should be established from that IP. This includes the echo server binding to that IP. +* Consider adding more detailed stats for the Echo Mode. + /***************************************************************************** * Things that have been solved already * *****************************************************************************/ @@ -607,3 +607,6 @@ o [EM] Consider whether we should delay RCVD packet printing [DONE] [EM] Make sure -h help screen includes info about the echo mode. +[DONE] [EM] Add echo mode to the man page. + +[DONE] [EM] Add received echoed packet to the final statistics.