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

Method WAITING

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

Source from the content-addressed store, hash-verified

191 # WAITING
192 @ATMT.state()
193 def WAITING(self):
194 pass
195
196 @ATMT.receive_condition(WAITING)
197 def receive_data(self, pkt):

Callers 3

BEGINMethod · 0.95
timeout_waitingMethod · 0.95
RECEIVINGMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected