Skip to content

Added TCP client#3

Open
ratasxy wants to merge 5 commits into
masterfrom
tcp_client
Open

Added TCP client#3
ratasxy wants to merge 5 commits into
masterfrom
tcp_client

Conversation

@ratasxy
Copy link
Copy Markdown

@ratasxy ratasxy commented Jul 5, 2016

No description provided.

Comment thread TcpClient.cpp Outdated
std::cout<<"Working"<<std::endl;
std::string first = std::to_string(request.size());

if (send(this->sock, first.c_str(), first.size(), 0) < 0) {
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

para qué es esto?

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.

2 participants