AndroidStudio:android.system.ErrnoException: recvfrom failed: ECONNRESET (Connection reset by peer)

执行android studio TCP通信代码时出现错误:android.system.ErrnoException: recvfrom failed: ECONNRESET (Connection reset by peer)

以上异常的可能原因:
1、服务器中断
2、网络连接非常慢的时候
3、下载大文件时,频繁请求服务器,请求的端口一直被占用

你可能感兴趣的:(Android开发)