TABLE NAMEnet_tcp_redirects
DESCRIPTIONThe net_tcp_redirects table stores all of the xinetd redirect configurations. COLUMNS| column | type | null | unique | references | referenced_by | since_version | description |
|---|
| net_bind | pkey | false | true | net_binds.id | | 1.92.2.4-SNAPSHOT | the pkey as found in net_binds | | cps | int | false | false | | | 1.0a111 | the maximum number of connections per second before the redirect is temporarily disabled | | cps_overload_sleep_time | int | false | false | | | 1.0a111 | the number of seconds the service will be disabled | | destination_host | hostname | false | false | | | 1.0a111 | the destination IP address or hostname, please note that hostnames are only resolved once on xinetd startup | | destination_port | net_port | false | false | | | 1.80.0 | the remote port to connect to |
|