Start to implement the beginneings of tcpsvcs.exe. Just ideas at the moment, subject...
authorGed Murphy <gedmurphy@reactos.org>
Tue, 27 Sep 2005 21:44:24 +0000 (21:44 +0000)
committerGed Murphy <gedmurphy@reactos.org>
Tue, 27 Sep 2005 21:44:24 +0000 (21:44 +0000)
commit6c01ff3c325ee90e2f97d5934b4063d69da66577
tree75fdfc370e3765b57947792ccdf1a39335c7db40
parent1d982cb8e92aed042df3867335f3e5255e10b82b
Start to implement the beginneings of tcpsvcs.exe. Just ideas at the moment, subject to change.
Working code for basic echo and chargen included. Tested in Windows from both Windows and Linux clients
Run from cmd, not incorporated into services.exe at the moment
Builds ok, but not included into build system just yet.

svn path=/trunk/; revision=18129
13 files changed:
reactos/apps/utils/net/tcpsvcs/chargen/chargen.c [new file with mode: 0644]
reactos/apps/utils/net/tcpsvcs/chargen/chargen.h [new file with mode: 0644]
reactos/apps/utils/net/tcpsvcs/chargen/chargen.xml [new file with mode: 0644]
reactos/apps/utils/net/tcpsvcs/daytime/.gitignore [new file with mode: 0644]
reactos/apps/utils/net/tcpsvcs/discard/.gitignore [new file with mode: 0644]
reactos/apps/utils/net/tcpsvcs/echo/echo.c [new file with mode: 0644]
reactos/apps/utils/net/tcpsvcs/echo/echo.h [new file with mode: 0644]
reactos/apps/utils/net/tcpsvcs/qotd/.gitignore [new file with mode: 0644]
reactos/apps/utils/net/tcpsvcs/skelserver/skelserver.c [new file with mode: 0644]
reactos/apps/utils/net/tcpsvcs/skelserver/skelserver.h [new file with mode: 0644]
reactos/apps/utils/net/tcpsvcs/tcpsvcs.c [new file with mode: 0644]
reactos/apps/utils/net/tcpsvcs/tcpsvcs.h [new file with mode: 0644]
reactos/apps/utils/net/tcpsvcs/tcpsvcs.xml [new file with mode: 0644]