(self)
| 4134 | |
| 4135 | @requireAttrs(socket, "CMSG_SPACE") |
| 4136 | def testFDPassCMSG_SPACE(self): |
| 4137 | # Test using CMSG_SPACE() to calculate ancillary buffer size. |
| 4138 | self.checkRecvmsgFDs( |
| 4139 | 4, self.doRecvmsg(self.serv_sock, len(MSG), |
| 4140 | socket.CMSG_SPACE(4 * SIZEOF_INT))) |
| 4141 | |
| 4142 | @testFDPassCMSG_SPACE.client_skip |
| 4143 | def _testFDPassCMSG_SPACE(self): |
nothing calls this directly
no test coverage detected