Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit 6ec119b

Browse files
committed
surveyor: clean up
1 parent ae45488 commit 6ec119b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

infra/surveyor/surveyor.c

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,11 @@ ssize_t sendmsg(int sockfd, const struct msghdr *msg, int flags)
385385
}
386386
}
387387

388-
// TODO: this is still wrong
388+
389+
// TODO: warn about limitations: since all mappings are not 1 to 1 it's not
390+
// always possible to find a mapping "to", which is needed for recvfrom and
391+
// recvmsg.
392+
389393
ssize_t recvfrom(int sockfd, void *buf, size_t len, int flags,
390394
struct sockaddr *src_addr, socklen_t *addrlen)
391395
{

0 commit comments

Comments
 (0)