scapy
scapy copied to clipboard
PythonCANSocket recv_raw function can't pass timout parameter to python-can
Brief description
PythonCANSocket recv_raw function can't pass timout parameter to python-can
Scapy version
2.5.0
Python version
3.10.11
Operating system
Windows10
Additional environment information
No response
How to reproduce
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