(self)
| 4680 | |
| 4681 | @requireAttrs(socket, "IPV6_RECVHOPLIMIT", "IPV6_HOPLIMIT") |
| 4682 | def testSingleCmsgTrunc1(self): |
| 4683 | self.checkHopLimitTruncatedHeader(ancbufsize=1) |
| 4684 | |
| 4685 | @testSingleCmsgTrunc1.client_skip |
| 4686 | def _testSingleCmsgTrunc1(self): |
nothing calls this directly
no test coverage detected