X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=sources%2FTCP_echo.c;h=275d570c1739d423f9a79fdcae0826f200add939;hp=48e0326a20fb4e84ab440f5f36071ceda0d5f8c4;hb=49ae2790472cc2ad1e54ea26d037306598f9c83b;hpb=a7226c68948cc0819518e0733a731d76e4a0e6a5 diff --git a/sources/TCP_echo.c b/sources/TCP_echo.c index 48e0326..275d570 100644 --- a/sources/TCP_echo.c +++ b/sources/TCP_echo.c @@ -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;