Introduction - If you have any usage issues, please Google them yourself
(1)Simple test for TCP under Lunix (Blocking)
server.c
client.c
(2)Simple test for TCP under Lunix (NonBlocking)
server3.c
client1.c
(3)Simple test for TCP under Windows (Nonblocking)
WinClient.c
WinServer.c