Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

w5100 buffer overflow protection #19

Closed
WildOrangutan opened this issue May 15, 2015 · 2 comments
Closed

w5100 buffer overflow protection #19

WildOrangutan opened this issue May 15, 2015 · 2 comments

Comments

@WildOrangutan
Copy link

Hi!
While working on my high speed server application, which is sending packets as fast as possible, I've often got slapped by w5100 TX buffer overflow. Solution is to check "W5100.getTXFreeSize(_sock);" before sending.

Solution source: http://www.toptal.com/c/how-i-made-a-fully-functional-arduino-weather-station-for-300

@danieloneill
Copy link
Collaborator

That's a bummer bug, but this library isn't w5100 specific, or even specific to the vanilla ethernet library.

It seems to me that this is a bug for "those guys", or do you have any suggestion for this library that would make sense with respect to this bug?

@WildOrangutan
Copy link
Author

Maybe Its indeed to early to open an issue. Library may need minor fixes to examples in future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants