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

Method timeout_waiting

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

Source from the content-addressed store, hash-verified

208
209 @ATMT.timeout(WAITING, 3)
210 def timeout_waiting(self):
211 raise self.WAITING()
212
213 @ATMT.action(timeout_waiting)
214 def retransmit_last_packet(self):

Callers

nothing calls this directly

Calls 1

WAITINGMethod · 0.95

Tested by

no test coverage detected