mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-17 08:11:51 +00:00
Add sys_net error for EISCONN
This commit is contained in:
parent
073772a801
commit
e9914f3004
@ -205,6 +205,7 @@ static sys_net_error get_last_error(bool is_blocking, int native_error = 0)
|
||||
ERROR_CASE(ENOTCONN);
|
||||
ERROR_CASE(ECONNRESET);
|
||||
ERROR_CASE(EADDRINUSE);
|
||||
ERROR_CASE(EISCONN);
|
||||
default: sys_net.error("Unknown/illegal socket error: %d", native_error);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user