Create conf/npc.conf
Browse files- conf/npc.conf +11 -0
conf/npc.conf
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[common]
|
| 2 |
+
server_addr=yfiot.i3.work:28021
|
| 3 |
+
conn_type=tcp
|
| 4 |
+
vkey=jpsrv001
|
| 5 |
+
auto_reconnection=true
|
| 6 |
+
max_conn=1000
|
| 7 |
+
flow_limit=1000
|
| 8 |
+
rate_limit=1000
|
| 9 |
+
|
| 10 |
+
crypt=true
|
| 11 |
+
compress=true
|