Skip to content
Snippets Groups Projects
Commit 539c4302 authored by Nicolò Caruso's avatar Nicolò Caruso Committed by Niccolò Betto
Browse files

[Wiz5500] Fix recvfrom failure when received data exceeds buffer length

`recvfrom` incorrectly returned an error when the received data length was greater than the user-provided buffer, even though the read was valid.
It now returns the requested amount and leaves the remaining data for future reads.
parent 2ebce5bc
No related branches found
No related tags found
Loading
Checking pipeline status