This repository has been archived on 2025-03-27. You can view files and clone it, but cannot push or open issues or pull requests.
aio_second_edition/assets/files/protocols/socket.set_params.json

17 lines
397 B
JSON

{
"id": "xxxxxxxxxxx",
"module": "network",
"command": "socket.set_params",
"data": {
"enable": true,
"ip": "",
"name": "c1",
"port": "8080",
"suffix": "\r",
"type": 1,
"reconnect_flag": false,
"auto_connect": true,
"disconnection_triggering_behavior": 0,
"disconnection_detection_time": 10
}
}