File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5353 X(ENOBUFS) \
5454 X(ENOTCONN) \
5555 X(ETIMEDOUT) \
56+ X(ECONNREFUSED) \
5657 X(EHOSTUNREACH) \
5758 X(EALREADY) \
5859 X(EINPROGRESS) \
Original file line number Diff line number Diff line change 7575#define MP_ENOBUFS (105) // No buffer space available
7676#define MP_ENOTCONN (107) // Transport endpoint is not connected
7777#define MP_ETIMEDOUT (110) // Connection timed out
78+ #define MP_ECONNREFUSED (111) // Connection refused
7879#define MP_EHOSTUNREACH (113) // No route to host
7980#define MP_EALREADY (114) // Operation already in progress
8081#define MP_EINPROGRESS (115) // Operation now in progress
128129#define MP_ENOBUFS ENOBUFS
129130#define MP_ENOTCONN ENOTCONN
130131#define MP_ETIMEDOUT ETIMEDOUT
132+ #define MP_ECONNREFUSED ECONNREFUSED
131133#define MP_EHOSTUNREACH EHOSTUNREACH
132134#define MP_EALREADY EALREADY
133135#define MP_EINPROGRESS EINPROGRESS
You can’t perform that action at this time.
0 commit comments