Hi Paul,
This change will allow the EthernetClient to send larger amounts of data over tcp. I needed this for sending non-trivial web pages over ethernet. Without this change, only the first N bytes (up to the maximum frame size) are sent to the browser.
Hi Paul, This change will allow the EthernetClient to send larger amounts of data over tcp. I needed this for sending non-trivial web pages over ethernet. Without this change, only the first N bytes (up to the maximum frame size) are sent to the browser.