Skip to content

Conversation

@Guaris
Copy link
Contributor

@Guaris Guaris commented Jun 3, 2019

No description provided.

@hzoppetti
Copy link
Contributor

CT-485

}
{{< /file >}}

- The first part of the `main()` function gathers command line arguments and makes sure that `host:port` was sent. This argument is then put into the `CONNECT` variable to be used in the `net.Dial()` call. The implementation of the TCP client begins
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I changed this - it said that this had nothing to do with TCP, which isn't true. It's getting the host:port here.

reasons of simplicity only.

- This is an endless `for` loop that will only terminate when you send the word `STOP` to the TCP server.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I also made the points under each file explaining code into bullet points for clarity and ease of reading.

leslitagordita and others added 2 commits June 26, 2019 16:26
Retitled sections and expanded on explanations
Added an introduction
@hzoppetti hzoppetti merged commit 6735f43 into linode:develop Jun 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants