mirror of
https://github.com/berlin-open-wireless-lab/DAWN.git
synced 2025-03-09 15:40:12 +00:00
Add delete client call
This commit is contained in:
parent
c5ec149f09
commit
0ae70ccc28
3 changed files with 61 additions and 2 deletions
|
|
@ -102,7 +102,7 @@ void *receive_msg(void *args) {
|
|||
|
||||
int send_string(char *msg) {
|
||||
int msglen = strlen(msg);
|
||||
printf("Sending string!\n");
|
||||
printf("Sending string! %s\n", msg);
|
||||
if (sendto( sock,
|
||||
msg,
|
||||
msglen,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue