blob: 4f4a7f74864f8447f7c3a068ac5f8b16f2f59897 (
plain)
1
2
3
|
Use :func:`socket.CMSG_SPACE` to calculate ancillary data size instead of
:func:`socket.CMSG_LEN` in :func:`multiprocessing.reduction.recvfds` as
:rfc:`3542` requires the use of the former for portable applications.
|