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

Method outgoing_data_received

scapy/layers/inet.py:2287–2288  ·  view source on GitHub ↗
(self, fd)

Source from the content-addressed store, hash-verified

2285
2286 @ATMT.ioevent(ESTABLISHED, name="tcp", as_supersocket="tcplink")
2287 def outgoing_data_received(self, fd):
2288 raise self.ESTABLISHED().action_parameters(fd.recv())
2289
2290 @ATMT.action(outgoing_data_received)
2291 def send_data(self, d):

Callers

nothing calls this directly

Calls 3

ESTABLISHEDMethod · 0.95
action_parametersMethod · 0.80
recvMethod · 0.45

Tested by

no test coverage detected