(self)
| 4031 | |
| 4032 | @requireAttrs(socket, "CMSG_SPACE") |
| 4033 | def testFDPassCMSG_SPACE(self): |
| 4034 | # Test using CMSG_SPACE() to calculate ancillary buffer size. |
| 4035 | self.checkRecvmsgFDs( |
| 4036 | 4, self.doRecvmsg(self.serv_sock, len(MSG), |
| 4037 | socket.CMSG_SPACE(4 * SIZEOF_INT))) |
| 4038 | |
| 4039 | @testFDPassCMSG_SPACE.client_skip |
| 4040 | def _testFDPassCMSG_SPACE(self): |
nothing calls this directly
no test coverage detected