(self)
| 4502 | @requireAttrs(socket.socket, "sendmsg") |
| 4503 | @requireAttrs(socket, "IPV6_RECVHOPLIMIT", "IPV6_HOPLIMIT") |
| 4504 | def testSetHopLimit(self): |
| 4505 | # Test setting hop limit on outgoing packet and receiving it |
| 4506 | # at the other end. |
| 4507 | self.checkHopLimit(ancbufsize=10240, maxhop=self.hop_limit) |
| 4508 | |
| 4509 | @testSetHopLimit.client_skip |
| 4510 | def _testSetHopLimit(self): |
nothing calls this directly
no test coverage detected