Risistemato tutto il primo esempio di server echo e le funzioni FullWrite e
[gapil.git] / sources / TCP_echo.c
index 48e0326a20fb4e84ab440f5f36071ceda0d5f8c4..275d570c1739d423f9a79fdcae0826f200add939 100644 (file)
@@ -26,7 +26,7 @@
  *
  * Usage: echo -h give all info's
  *
- * $Id: TCP_echo.c,v 1.3 2003/07/27 14:28:19 piccardi Exp $
+ * $Id: TCP_echo.c,v 1.5 2003/07/27 23:41:04 piccardi Exp $
  *
  ****************************************************************/
 /* 
@@ -117,7 +117,7 @@ int main(int argc, char *argv[])
        }
        return 0;
     }
-    /* read daytime from server */
+    /* do read/write operations */
     ClientEcho(stdin, sock);
     /* normal exit */
     return 0;