set_tcp_load_offset_configs

1. Introduction

Set the config of the tcp offset/payload.

2. Request & Response

```
{
    "cmd": "set_tcp_load_offset_configs",
    "data": {
        "tcp_load": {
            "disableEdit": false, 
            "id": "2de234a3ec34972658484198888", 
            "name": "new1", 
            "values": [0, 0, 0, 0]
        },
        "default_id": "2de234a3ec34972658484198888"
    },
    "id": "1"
}
```

Last updated