scapy icon indicating copy to clipboard operation
scapy copied to clipboard

PythonCANSocket recv_raw function can't pass timout parameter to python-can

Open Calmea opened this issue 2 years ago • 0 comments

Brief description

PythonCANSocket recv_raw function can't pass timout parameter to python-can scapy issue

Scapy version

2.5.0

Python version

3.10.11

Operating system

Windows10

Additional environment information

No response

How to reproduce

example script

Actual result

see script report a exception

Expected result

recv(timeout=5) function will return after 5 seconds without receive specified frame message.

Related resources

No response

Calmea avatar Feb 18 '24 01:02 Calmea