connections
ip/proxy/connections
Type: Directory
| Flag | Name | Description |
|---|---|---|
| S | server | server |
| C | client | client |
| Read-only Argument | Type | Description |
|---|---|---|
| src-address | alt { ip4: ipAddr , ip6: ip6Addr } | |
| dst-address | alt { ip4: ipAddr , ip6: ip6Addr } | |
| last-protocol | enum (HTTP/1.0 | HTTP/1.1 | FTP) { HTTP/1.0:1, HTTP/1.1:2, FTP:3 } | |
| state | enum (rx-header | resolving | connecting | waiting | rx-body | tx-header | tx-body | idle) { rx-header:0, resolving:1, connecting:2, waiting:3, rx-body:4, tx-header:5, tx-body:6, idle:7 } | |
| tx-bytes | num | |
| rx-bytes | num |