(self)
| 4698 | |
| 4699 | @requireAttrs(socket, "IPV6_RECVHOPLIMIT", "IPV6_HOPLIMIT") |
| 4700 | def testSingleCmsgTruncLen0Minus1(self): |
| 4701 | self.checkHopLimitTruncatedHeader(ancbufsize=socket.CMSG_LEN(0) - 1) |
| 4702 | |
| 4703 | @testSingleCmsgTruncLen0Minus1.client_skip |
| 4704 | def _testSingleCmsgTruncLen0Minus1(self): |
nothing calls this directly
no test coverage detected