Browse Source

refine logging

tags/2.3
clowwindy 10 years ago
parent
commit
639b6b20ee
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      shadowsocks-csharp/Controller/Logging.cs

+ 4
- 0
shadowsocks-csharp/Controller/Logging.cs View File

@@ -47,6 +47,10 @@ namespace Shadowsocks.Controller
{
// received rst
}
else if (se.SocketErrorCode == SocketError.NotConnected)
{
// close when not connected
}
else
{
Console.WriteLine(e);


Loading…
Cancel
Save