Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ send_bytes
Method
send_bytes
dpdk/examples/ipsec-secgw/test/pkttest.py:72–73 ·
view source on GitHub ↗
(self, bytedata)
Source
from the content-addressed store, hash-verified
70
self.send_bytes(bytes(pkt))
71
72
def
send_bytes(self, bytedata):
73
self.s.send(bytedata)
74
75
def
recv_packet(self):
76
return
Ether(self.recv_bytes())
Callers
1
send_packet
Method · 0.95
Calls
1
send
Method · 0.80
Tested by
no test coverage detected