summaryrefslogtreecommitdiff
path: root/apps/examples
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-01-29 11:05:04 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-01-29 11:05:04 -0600
commit0c50d85a9df33322fbee0a8bf008c60dc102dfb3 (patch)
tree42f7161c02b37e77d00272b7e57bc0c552630c56 /apps/examples
parent9a87062ac792700db47f486fc871c872e2898d45 (diff)
downloadnuttx-0c50d85a9df33322fbee0a8bf008c60dc102dfb3.tar.gz
nuttx-0c50d85a9df33322fbee0a8bf008c60dc102dfb3.tar.bz2
nuttx-0c50d85a9df33322fbee0a8bf008c60dc102dfb3.zip
Unix domain: Various fixes to get apps/examplex/udgram working
Diffstat (limited to 'apps/examples')
-rw-r--r--apps/examples/udgram/udgram_client.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/apps/examples/udgram/udgram_client.c b/apps/examples/udgram/udgram_client.c
index ece6cb607..a3f88eba7 100644
--- a/apps/examples/udgram/udgram_client.c
+++ b/apps/examples/udgram/udgram_client.c
@@ -140,12 +140,6 @@ int client_main(int argc, char *argv[])
}
printf("client: %d. Sent %d bytes\n", offset, nbytes);
-
- /* Now, sleep a bit. No packets should be dropped due to overrunning
- * the server.
- */
-
- sleep(2);
}
close(sockfd);