Unix domain: Various fixes to get apps/examplex/udgram working

This commit is contained in:
Gregory Nutt 2015-01-29 11:05:04 -06:00
parent 1593229612
commit c335a7fe87

View File

@ -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);