From 5ee48de072c1189ea4a17c890d5822e148bd5491 Mon Sep 17 00:00:00 2001 From: Stephane Bortzmeyer Date: Tue, 16 Mar 2004 21:35:30 +0000 Subject: [PATCH] Small details about flush --- SRC/TODO | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/SRC/TODO b/SRC/TODO index d91f158..0674266 100644 --- a/SRC/TODO +++ b/SRC/TODO @@ -36,7 +36,9 @@ Since echoping writes everything to the server, then begins to read the reply, some echo servers will timeout if you send very long messages, because they expect you to start to read right now. -Make FLUSH a configure-able option. +Make FLUSH a configure-able option. It would be useful for driving +echoping from a GUI application, for instance. Code does exist but +untested and probably broken. ---------------------------------