summaryrefslogtreecommitdiff
path: root/docs/esp8266/tutorial/intro.rst
diff options
context:
space:
mode:
authorDamien George <damien@micropython.org>2024-06-07 13:33:47 +1000
committerDamien George <damien@micropython.org>2024-06-08 09:02:01 +1000
commitdf0d7e942986b65ed42fbbf75712639f4a83dc0e (patch)
tree8bd79d50b91a4df4dcebd31a20587dea8686d5ee /docs/esp8266/tutorial/intro.rst
parent80a4f632ee812de9f2b22e88abb36ca36d230ec0 (diff)
extmod/modlwip: Make socket.connect raise ETIMEDOUT on non-zero timeout.
If the socket timeout is 0 then a failed socket.connect() raises EINPROGRESS (which is what the lwIP bindings already did), but if the socket timeout is non-zero then a failed socket.connect() should raise ETIMEDOUT. The latter is fixed in this commit. A test is added for these timeout cases. Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'docs/esp8266/tutorial/intro.rst')
0 files changed, 0 insertions, 0 deletions