(self)
| 4665 | |
| 4666 | @requireAttrs(socket, "IPV6_RECVHOPLIMIT", "IPV6_HOPLIMIT") |
| 4667 | def testSingleCmsgTrunc0(self): |
| 4668 | # Check that no ancillary data is received when ancillary |
| 4669 | # buffer size is zero. |
| 4670 | self.checkHopLimitTruncatedHeader(ancbufsize=0, |
| 4671 | ignoreflags=socket.MSG_CTRUNC) |
| 4672 | |
| 4673 | @testSingleCmsgTrunc0.client_skip |
| 4674 | def _testSingleCmsgTrunc0(self): |
nothing calls this directly
no test coverage detected