Error on large UDP packets in search-projectors
and status listener
#7
Labels
bug
Something isn't working
search-projectors
and status listener
#7
At this time, usocket has no way to cope with UDP packets larger than the supplied buffer (at least on SBCL Windows).
So if we receive a stray broadcast packet that is larger than our allocated buffer it'll error the
search-projectors
call.I'm testing on other platforms but for now I'm calling it a known bug until it's fixed in usocket
The text was updated successfully, but these errors were encountered: