(self)
| 4141 | |
| 4142 | @testFDPassCMSG_SPACE.client_skip |
| 4143 | def _testFDPassCMSG_SPACE(self): |
| 4144 | self.createAndSendFDs(4) |
| 4145 | |
| 4146 | def testFDPassCMSG_LEN(self): |
| 4147 | # Test using CMSG_LEN() to calculate ancillary buffer size. |
nothing calls this directly
no test coverage detected