Closed ChrisPortman closed 8 months ago
It appears that using arbitrary data (e.g. b'hello') is ignored somewhere, likely in the network drivers. Using a well structured ethernet packet appears to have much better success.
b'hello'
It appears that using arbitrary data (e.g.
b'hello'
) is ignored somewhere, likely in the network drivers. Using a well structured ethernet packet appears to have much better success.