sysset.proto
@@ -21,6 +21,14 @@ string net_mask = 15; } message PollConfig { string server_id = 1;//服务器id int32 real_max = 2;//实时处理的最大路数 int32 poll_period = 3;//轮询周期 int32 delay = 4;//延迟时间 bool enable = 5;//是否启用 } message Cluster { string cluster_id = 1; string cluster_name = 2;