MCPcopy Index your code
hub / github.com/python/cpython / testRecvHopLimit

Method testRecvHopLimit

Lib/test/test_socket.py:4475–4477  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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):

Callers

nothing calls this directly

Calls 1

checkHopLimitMethod · 0.95

Tested by

no test coverage detected