Documentation ¶
Overview ¶
package main implements a TCP client that sends TCP data to a TCP echo server and prints the response. The clients does the following: 1. opens a connection to the server 2. sends a fixed number of messages per connection and prints the server's response 3. closes the connection 4. Repeats step 1, 2, 3
Click to show internal directories.
Click to hide internal directories.