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

Method start

scapy/scapypipes.py:480–484  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

478 self.connected = False
479
480 def start(self):
481 # type: () -> None
482 self.fd = socket.socket(socket.AF_INET, socket.SOCK_DGRAM)
483 self.fd.connect((self.addr, self.port))
484 self.connected = True
485
486 def push(self, msg):
487 # type: (bytes) -> None

Callers

nothing calls this directly

Calls 1

connectMethod · 0.45

Tested by

no test coverage detected