﻿# 主程序 TCP 协议
# format: unity | pipe | json
# terminator: lf（Unity ReadLine，每行一条）| null | crlf
# connection: persistent（推荐，长连接）| per_message

format=unity
terminator=lf
connection=persistent

