removes unnecessary TCP stuff

This commit is contained in:
2015-02-09 11:07:20 -07:00
parent a666d1cb93
commit cbb7384889
8 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
Example code using TCP/IP protocol with C++
Example and documentation found at http://www.linuxhowtos.org/C_C++/socket.htm
server.c and client.c are original files
server2.c is commented and reformatted to facilitate understanding the underlying process