From 868e9ae21481f9a3351c1458c648054d64e8e64e Mon Sep 17 00:00:00 2001 From: Chen Yufei Date: Fri, 15 Mar 2013 19:21:38 +0800 Subject: [PATCH] Update README for the new multi-server behavior. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2840a8f..aeb6bdd 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ server_password specify multiple server and password, server should be in the Here's a sample configuration [`client-multi-server.json`](https://github.com/shadowsocks/shadowsocks-go/blob/master/sample-config/client-multi-server.json). Given `server_password`, client program will ignore `server_port`, `server` and `password` options. -Servers are chosen in round robin fasion. If a server can't be connected, the client will try the next one. The client does not try to detect connection problems caused by incorrect password, this is intended for the user to notice the error. +Servers are chosen in the order specified in the config. If a server can't be connected (connection failure), the client will try the next one. (Client will retry failed server with some probability to discover server recovery.) ## Multiple users with different passwords on server