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

Method WAITING_ACK

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

Source from the content-addressed store, hash-verified

294 # WAITING_ACK
295 @ATMT.state()
296 def WAITING_ACK(self):
297 pass
298
299 @ATMT.receive_condition(WAITING_ACK)
300 def received_ack(self, pkt):

Callers 3

BEGINMethod · 0.95
timeout_waitingMethod · 0.95
SEND_DATAMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected