(self)
| 4689 | |
| 4690 | @requireAttrs(socket, "IPV6_RECVHOPLIMIT", "IPV6_HOPLIMIT") |
| 4691 | def testSingleCmsgTrunc2Int(self): |
| 4692 | self.checkHopLimitTruncatedHeader(ancbufsize=2 * SIZEOF_INT) |
| 4693 | |
| 4694 | @testSingleCmsgTrunc2Int.client_skip |
| 4695 | def _testSingleCmsgTrunc2Int(self): |
nothing calls this directly
no test coverage detected