Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/secdev/scapy
/ recv_raw
Method
recv_raw
scapy/supersocket.py:445–447 ·
view source on GitHub ↗
(self, x=MTU)
Source
from the content-addressed store, hash-verified
443
self.basecls = basecls
444
445
def
recv_raw(self, x=MTU):
446
# type: (int) -> Tuple[Optional[Type[Packet]], Optional[bytes], Optional[float]]
447
return
self.basecls, self.ins.recv(x), None
448
449
if
WINDOWS:
450
@staticmethod
Callers
nothing calls this directly
Calls
1
recv
Method · 0.45
Tested by
no test coverage detected