{
	"cluster" : {
		"ident" : "test200"
	},
	"listen_options" : [
		{
			"protocol" : "http",
			"socktype" : "SOCK_STREAM",
			"ip" : "127.0.0.1",
			"port" : 40010,
			"readcache_max_size" : 65535
		},
		{
			"protocol" : "websocket",
			"socktype" : "SOCK_STREAM",
			"ip" : "127.0.0.1",
			"port" : 40020,
			"readcache_max_size" : 65535
		}
	],
	"connect_options" : [
		{
			"protocol" : "inner",
			"socktype" : "SOCK_STREAM",
			"ip" : "127.0.0.1",
			"port" : 40000,
			"readcache_max_size" : 65535
		}
	],
	"log_options" : [
		{
			"key" : "",
			"base_path" : "./"
		}
	],
	"sche" : {
		"net_thread_cnt" : 0,
		"fiber_stack_size_kb" : 16,
		"once_handle_cnt" : 0
	},
	"outer_ip" : "127.0.0.1",
	"tcp_nodelay" : 1,
	"udp_cwndsize" : 40,
	"enqueue_timeout_msec" : 0
}
