mirror of
https://github.com/micropython/micropython.git
synced 2026-01-15 16:37:15 +01:00
Dramatically improves TCP sending throughput because without an explicit call to tcp_output() the data is only sent to the lower layers via the lwIP slow timer which (by default) ticks every 500ms.