1 comment:
Patchset:
Regarding socklen_t being unsigned:
https://pubs.opengroup.org/onlinepubs/7908799/xns/syssocket.h.html
"""
<sys/socket.h> makes available a type, socklen_t, which is an unsigned opaque integral type of length of at least 32 bits. To forestall portability problems, it is recommended that applications should not use values larger than 232 - 1.
"""
To view, visit change 28647. To unsubscribe, or for help writing mail filters, visit settings.