Skip to content

Commit

Permalink
UDP example now sends packets
Browse files Browse the repository at this point in the history
  • Loading branch information
Jester565 committed Apr 4, 2017
1 parent affc7d6 commit 10a27b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/classes/cpp/udp/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ int main(int c, char** args) {
while (true) {
std::cout << "Sleeping..." << std::endl;
//comm1 will be sending the packet.
//comm1.Send(bing, 2);
comm1.Send(bing, 2);
std::this_thread::sleep_for(std::chrono::milliseconds(1000));
}
std::cin.ignore();
Expand Down

0 comments on commit 10a27b4

Please sign in to comment.