<< Prev | - Up - | Next >> |
dp
Field | Mutable | Type | Explanation |
---|---|---|---|
| no | string | The distribution version. Only ozengines with the same version can communicate. |
| yes | integer | How often probes are run in milliseconds. |
| yes | integer | Time before a non responded ping defines temp in milliseconds. |
| yes | integer | Maximum time to wait for a response when establishing a connection. |
| yes | integer | Maximum time to wait for a connection to close. |
| yes | integer | Maximum time to wait for a remote peer to reopen a connection after being remotely closed due to lack of resources. |
| yes | integer | Time to wait before reopening a connection after being remotely closed due to lack of resources when behind a firewall. |
| yes | integer | Maximum number of simultaneous tcp connections. |
| yes | integer | Number of simultaneous tcp connections when stable. The difference between tcpHardLimit and tcpWeakLimit is used for accepts. If they are set equal, no further accepts will be made until some connection has been closed. |
| yes | integer | Least time to wait before retrying a lost connection. |
| yes | integer | Longest time to wait before retrying a lost connection. |
| yes | integer | Factor determining actual to wait before retrying a lost connection. |
| yes | integer | Experimental property for flowcontrol. |
| yes | integer | Experimental property for flowcontrol. |
Some of these properties affect running connections and some affect only new ones. Running: tcp*Limit. New: probe*, retryTime*.
<< Prev | - Up - | Next >> |