sfs client链接server速度慢问题

The server tries a socket connection first, and if this is not possible it attempts a tunnel connection via the BlueBox add-on.
The connection might take a while because the socket connection doesn't work.
Make sure that you are connecting to the IP that the server is running on.
If this is correct then you might have a firewall blocking the connection.

<ServerIP>localhost</ServerIP> <!--make sure is your server ip-->
<ServerPort>9339</ServerPort>

你可能感兴趣的:(socket)