MCPcopy Create free account
hub / github.com/secdev/scapy / timeout_waiting

Method timeout_waiting

scapy/layers/tftp.py:313–314  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

311
312 @ATMT.timeout(WAITING_ACK, 3)
313 def timeout_waiting(self):
314 raise self.WAITING_ACK()
315
316 @ATMT.action(timeout_waiting)
317 def retransmit_last_packet(self):

Callers

nothing calls this directly

Calls 1

WAITING_ACKMethod · 0.95

Tested by

no test coverage detected