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

Method synack_received

scapy/layers/inet.py:2257–2259  ·  view source on GitHub ↗
(self, pkt)

Source from the content-addressed store, hash-verified

2255
2256 @ATMT.receive_condition(SYN_SENT)
2257 def synack_received(self, pkt):
2258 if pkt[TCP].flags.SA:
2259 raise self.ESTABLISHED().action_parameters(pkt)
2260
2261 @ATMT.action(synack_received)
2262 def send_ack_of_synack(self, pkt):

Callers

nothing calls this directly

Calls 2

ESTABLISHEDMethod · 0.95
action_parametersMethod · 0.80

Tested by

no test coverage detected