(self)
| 4473 | |
| 4474 | @requireAttrs(socket, "IPV6_RECVHOPLIMIT", "IPV6_HOPLIMIT") |
| 4475 | def testRecvHopLimit(self): |
| 4476 | # Test receiving the packet hop limit as ancillary data. |
| 4477 | self.checkHopLimit(ancbufsize=10240) |
| 4478 | |
| 4479 | @testRecvHopLimit.client_skip |
| 4480 | def _testRecvHopLimit(self): |
nothing calls this directly
no test coverage detected