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

Method timeout_waiting_ack

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

Source from the content-addressed store, hash-verified

524
525 @ATMT.timeout(SEND_FILE, 3)
526 def timeout_waiting_ack(self):
527 raise self.SEND_FILE()
528
529 @ATMT.receive_condition(SEND_FILE)
530 def received_ack(self, pkt):

Callers

nothing calls this directly

Calls 1

SEND_FILEMethod · 0.95

Tested by

no test coverage detected