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

Method data_remaining

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

Source from the content-addressed store, hash-verified

544
545 @ATMT.condition(RECEIVED_ACK, prio=2)
546 def data_remaining(self):
547 raise self.SEND_FILE()
548
549 @ATMT.state(final=1)
550 def END(self):

Callers

nothing calls this directly

Calls 1

SEND_FILEMethod · 0.95

Tested by

no test coverage detected