mirror of
https://github.com/topjohnwu/ndk-busybox.git
synced 2024-11-29 06:30:24 +00:00
reword comment
This commit is contained in:
parent
2a47dea263
commit
1ca332b367
@ -288,7 +288,7 @@ int tcpudpsvd_main(int argc, char **argv)
|
||||
remote.len = sa_len;
|
||||
conn = accept(sock, &remote.sa, &remote.len);
|
||||
} else {
|
||||
/* In case we won't be able to recover local below.
|
||||
/* In case recv_from_to won't be able to recover local addr.
|
||||
* Also sets port - recv_from_to is unable to do it. */
|
||||
local = *lsa;
|
||||
conn = recv_from_to(sock, NULL, 0, MSG_PEEK, &remote.sa, &local.sa, sa_len);
|
||||
|
Loading…
Reference in New Issue
Block a user