summaryrefslogtreecommitdiff
path: root/tests/extmod/asyncio_loop_stop.py
diff options
context:
space:
mode:
authorJared Hancock <jared@greezybacon.me>2024-05-23 20:37:55 -0500
committerJared Hancock <jared.hancock@centeredsolutions.com>2024-05-23 20:47:17 -0500
commita196468c4752997a11cf06b65cb2147465b7f8eb (patch)
tree08a03705c19d7ebf9543d8283d6ca7cdb84ea9d8 /tests/extmod/asyncio_loop_stop.py
parentb1e960270213a88eb02219d85201198c4a8671c6 (diff)
esp32: Add support for TCP_NODELAY.
This adds support for the TCP_NODELAY socket option for lwIP sockets. Generally, TCP sockets use the Nagle algorithm and will send data when an ACK is received or after all previously-sent data has already been ACKed. If the TCP_NODELAY option is set for a socket, every write to the socket will trigger a packet to be sent. Signed-off-by: Jared Hancock <jared@greezybacon.me>
Diffstat (limited to 'tests/extmod/asyncio_loop_stop.py')
0 files changed, 0 insertions, 0 deletions