diff options
author | Jared Hancock <jared@greezybacon.me> | 2024-05-23 20:37:55 -0500 |
---|---|---|
committer | Jared Hancock <jared.hancock@centeredsolutions.com> | 2024-05-23 20:47:17 -0500 |
commit | a196468c4752997a11cf06b65cb2147465b7f8eb (patch) | |
tree | 08a03705c19d7ebf9543d8283d6ca7cdb84ea9d8 /py/dynruntime.h | |
parent | b1e960270213a88eb02219d85201198c4a8671c6 (diff) | |
download | micropython-a196468c4752997a11cf06b65cb2147465b7f8eb.tar.gz micropython-a196468c4752997a11cf06b65cb2147465b7f8eb.zip |
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 'py/dynruntime.h')
0 files changed, 0 insertions, 0 deletions