server & client test
This commit is contained in:
parent
055e7967f3
commit
343834b0f6
1 changed files with 1 additions and 1 deletions
|
@ -187,7 +187,7 @@ void* server_task(void* e)
|
|||
srv._OnDisconnect = srv_on_disc;
|
||||
srv._OnConnect = srv_on_conn;
|
||||
sleep(5);
|
||||
kpritnf("sending...");
|
||||
kprintf("sending...");
|
||||
srv_sendBuffer(&srv,0,"Hello you!",sizeof("Hello you!"));
|
||||
sleep(1);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue