Table of Contents

DefaultValue element

Specifies the default ping interval.

Type

TypePingInterval

Parent

PingInterval

Remarks

The value is a number of milliseconds.

The value must be in the range [1000,300000]. The value should be a multiple of 1000 as the resolution is in seconds.

Examples

<PingInterval>
	<DefaultValue>10000</DefaultValue>
</PingInterval>