Can I read TCP Client-Server Socket Basics on EtoBox?
TCP Client-Server Socket Basics by Rahumal Sherin is a document available to read on EtoBox.
What is TCP Client-Server Socket Basics about?
This document provides code for simple TCP client and server programs to experiment with a daytime service. It introduces socket structures like sockaddr, sockaddr_in and in_addr that are used to store socket address information. A TCP daytime client program is presented that connects to a daytime server and reads the response. A TCP daytime server program is also shown that listens for connections, accepts them, and writes the current date/time string in response. Instructions are given to compile and run
- Author
- Rahumal Sherin
- Language
- EN