user message change
parent
5873c0e249
commit
2801c9588b
|
@ -210,7 +210,7 @@ int udp_read_connect(int listenfd)
|
||||||
printf("recvfrom failed.\n");
|
printf("recvfrom failed.\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
printf("FOUND SOMETHING TO CONNECT TO!!!!!!!!***********************.\n");
|
printf("Connected!\n");
|
||||||
/* ensure b is empty upon each call */
|
/* ensure b is empty upon each call */
|
||||||
memset(&b, 0, sizeof(b));
|
memset(&b, 0, sizeof(b));
|
||||||
return listenfd;
|
return listenfd;
|
||||||
|
|
Loading…
Reference in New Issue