|
Net
|
Previous Top Next |
| Entry | Description
|
| IP-Address | Only for client connections. The IP address of the remote server. Specify the IP address in 4-byte dotted format, e.g. 150.144.103.23
|
| MaxReceiveRate | This setting determines the maximum receive rate in bytes/sec. If 0 (the default) no receive throttling is implemented. This setting might be useful for servers which generate bursty data like playback requests from MOC servers, etc. Keep in mind that the server needs to buffer the data accordingly and not all servers might implement this functionality which might lead to data loss.
|
| KeepAlive | ['Yes'|'No']. Sets the keep alive flag for this connection. TCP/IP will send a periodic keep alive signal on the connection.
|
|
|
| IdleReconnectTimeout | Only for client connections. Some routers drop connections after a long time of inactivity. The KeepAlive setting might help in this case. However, if the router still drops the connection you can use the idle reconnect option. After the idle timeout configured (in minutes) of inactivity the connection is dropped by GSEOS and a reconnect is attempted. If you have configured a delay (see below) the reconnect attempt will be delayed for the number of seconds configured. If 0 (the default) no idle timeout is configured.
|
| IdleReconnectDelay | Only for client connections. If an idle reconnect is configured this setting sets the delay until reconnect after the connection has been dropped by GSEOS due to an idle timeout. If 0 (the default), no reconnect delay is configured.
|