mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 04:30:24 +01:00
py/moduerrno: Add ECONNREFUSED, one of frequent networking errors.
This commit is contained in:
@@ -53,6 +53,7 @@
|
||||
X(ENOBUFS) \
|
||||
X(ENOTCONN) \
|
||||
X(ETIMEDOUT) \
|
||||
X(ECONNREFUSED) \
|
||||
X(EHOSTUNREACH) \
|
||||
X(EALREADY) \
|
||||
X(EINPROGRESS) \
|
||||
|
||||
Reference in New Issue
Block a user