我需要找出本地Ip地址,因此我使用了以下代码:string localIP = "";foreach (IPAddress ip in host.AddressList) if (ip.AddressFamily == AddressFamily.InterNetwork) localIP = ip.ToString();
我有一个运行在Linux机器上的服务器应用程序。我可以从Windows/Linux机器连接这个应用程序,并且可以发送/接收数据。几个小时后,发生了一些事情,我在客户端得到了下面的错误。在Windows上:An existing connection was forcibly closed by the remote host我在网上做了一个搜索发送方的TCP/IP堆栈通过增加重试之间的次数来重复这5次。最后,发送者重置连接。我不知道为什