PaulStoffregen / Ethernet

Ethernet library for Teensy (Wiznet W5100 / W5200 / W5500)
http://www.pjrc.com/teensy/td_libs_Ethernet.html
129 stars 83 forks source link

Serialize large tcp writes using multiple ethernet frames. #36

Open marcel303 opened 4 years ago

marcel303 commented 4 years ago

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.