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

Method stop

scapy/sendrecv.py:927–929  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

925 cast(Packet, self.tobesent).sent_time = val
926
927 def stop(self):
928 # type: () -> None
929 self.stopevent.set()
930
931
932def sndrcvflood(pks, # type: SuperSocket

Callers

nothing calls this directly

Calls 1

setMethod · 0.45

Tested by

no test coverage detected