-
Notifications
You must be signed in to change notification settings - Fork 39
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
kindly request for wifi packet lenght optimization #3
Comments
Since you are asking a wifi-related question, I am wondering what changes you did to make the Sonos Arduino api work with a wifi board? I am trying to get this working on a LoLin NodeMcu 1 board. I've done some changes to |
look at my fork |
Thanks. I'll check it out right away! |
Yep, this seems to be working great. Thank you so much :-) |
The amount of memory available is very limited. As you say buffer-size of 50 bytes is to avoid memory issues. I'm no network expert, why is the small packet size a problem, performance? |
hi tmittet, |
I totally support changing it if you want to do it :) We could add a condition like: |
when I look at the wireshark trace I see a lot of small packets for a single SOAP request.
I guess it is from the bunch of ethClient_write_P.
I also guess that the client code should care about MTU and MSS.
I also assume that your buffer-size of 50 byte is a tribute to the HW-limit.
With ESP8266 this looks better.
The text was updated successfully, but these errors were encountered: