...
This commit is contained in:
parent
4918bda9af
commit
beb3eb322f
1 changed files with 1 additions and 1 deletions
|
@ -221,7 +221,7 @@ void* client_task(void* e)
|
|||
struct sockaddr_in pin;
|
||||
struct hostent *hp;
|
||||
|
||||
sleep(1000);
|
||||
sleep(2);
|
||||
|
||||
/* fill in the socket structure with host information */
|
||||
memset(&pin, 0, sizeof(pin));
|
||||
|
|
Loading…
Add table
Reference in a new issue