diff --git a/server/bin/wsproxy/2006_dev_config/zone1/node1/kcp_conf.json b/server/bin/wsproxy/2006_dev_config/zone1/node1/kcp_conf.json new file mode 100644 index 0000000..6f16498 --- /dev/null +++ b/server/bin/wsproxy/2006_dev_config/zone1/node1/kcp_conf.json @@ -0,0 +1,14 @@ +{ + "open": 0, + + "sndwnd": 128, + "rcvwnd": 128, + + "nodelay": 2, + "interval": 10, + "resend": 2, + "nc": 1, + + "rx_minrto": 10, + "fastresend": 1 +} diff --git a/server/bin/wsproxy/2006_dev_config/zone1/node1/masterserver.cluster.json b/server/bin/wsproxy/2006_dev_config/zone1/node1/masterserver.cluster.json new file mode 100644 index 0000000..dbe3bc8 --- /dev/null +++ b/server/bin/wsproxy/2006_dev_config/zone1/node1/masterserver.cluster.json @@ -0,0 +1,7 @@ +[ + { + "instance_id": 1, + "ip": "127.0.0.1", + "port": 7621 + } +] diff --git a/server/bin/wsproxy/2006_dev_config/zone1/node1/wsproxy.cluster.json b/server/bin/wsproxy/2006_dev_config/zone1/node1/wsproxy.cluster.json new file mode 100644 index 0000000..6f4ce07 --- /dev/null +++ b/server/bin/wsproxy/2006_dev_config/zone1/node1/wsproxy.cluster.json @@ -0,0 +1,16 @@ +[ + { + "instance_id" : 1, + "listen_ip": "127.0.0.1", + "listen_port": 7601, + "listen_udp_host": "192.144.200.110", + "listen_udp_port": 17601 + }, + { + "instance_id" : 2, + "listen_ip": "127.0.0.1", + "listen_port": 7602, + "listen_udp_host": "192.144.200.110", + "listen_udp_port": 17602 + } +] diff --git a/server/bin/wsproxy/bin/wsproxy2006 b/server/bin/wsproxy/bin/wsproxy2006 new file mode 120000 index 0000000..fb51585 --- /dev/null +++ b/server/bin/wsproxy/bin/wsproxy2006 @@ -0,0 +1 @@ +wsproxy \ No newline at end of file