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

Adjustment of UDP buffer size #6

Open
cllarky opened this issue Jan 5, 2015 · 0 comments
Open

Adjustment of UDP buffer size #6

cllarky opened this issue Jan 5, 2015 · 0 comments

Comments

@cllarky
Copy link

cllarky commented Jan 5, 2015

There is discussion of the UDP buffer size here: http://forum.arduino.cc/index.php?topic=103502.0

The solution is to #define it immediately after the include:

#include <EthernetUdp.h>
#define UDP_TX_PACKET_MAX_SIZE 860 //increase UDP size
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

1 participant