Skip to content

Commit

Permalink
fixup! examples: add POSIX socket example
Browse files Browse the repository at this point in the history
  • Loading branch information
miri64 committed Sep 22, 2015
1 parent 6e21f23 commit c6e8d8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/posix_sockets/udp.c
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ static void *_server_thread(void *args)
puts("Peer did shut down");
}
else {
printf("Received data: ");
puts(server_buffer);
}
}
Expand Down

0 comments on commit c6e8d8b

Please sign in to comment.