0
0
mirror of https://github.com/hufrea/byedpi.git synced 2025-06-30 02:31:15 +00:00

Handle EHOSTUNREACH

This commit is contained in:
ruti 2025-05-23 21:40:59 +03:00
parent c2755ffb0c
commit 1c13f9ae94

View File

@ -481,6 +481,7 @@ ssize_t tcp_recv_hook(struct poolhd *pool,
case ECONNRESET:
case ECONNREFUSED:
case ETIMEDOUT:
case EHOSTUNREACH:
if (val->flag == FLAG_CONN)
return on_torst(pool, val);
else