#You can click Resolve Conversation on

1 messages · Page 1 of 1 (latest)

subtle pond
#

Maybe I'm looking in the wrong place, but I'm working on this: https://github.com/adafruit/Adafruit_CircuitPython_Wiznet5k/pull/110 and nowhere on that page can I find anything to resolve the conversation. No big deal, just that I'd have liked to close your change request as done.
The two other commits I mae did address what you raised, and the code should be a bit more robust now with the removal of the global buffer.

GitHub

Added a const value for the buffer size.
Used that value for both the initial buffer allocation, and the buffer re-initialization in preparation for sending packets.
This prevents a buffer overflow...