blob: 888fa9d41da303308505eed6860501181904db40 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<!-- included start from accel-lcp-echo-timeout.xml.i -->
<leafNode name="lcp-echo-timeout">
<properties>
<help>Timeout in seconds to wait for any peer activity. If this option specified it turns on adaptive lcp echo functionality and "lcp-echo-failure" is not used.</help>
<constraint>
<validator name="numeric" argument="--positive"/>
</constraint>
</properties>
<defaultValue>0</defaultValue>
</leafNode>
<!-- included end -->
|