summaryrefslogtreecommitdiff
path: root/interface-definitions/include/accel-ppp/limits.xml.i
blob: df72b79d4a2931282d53344b11d3d90c38d57390 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!-- include start from accel-ppp/limits.xml.i -->
<node name="limits">
  <properties>
    <help>Limits the connection rate from a single source</help>
  </properties>
  <children>
    <leafNode name="connection-limit">
      <properties>
        <help>Acceptable rate of connections (e.g. 1/min, 60/sec)</help>
        <constraint>
          <regex>[0-9]+\/(min|sec)</regex>
        </constraint>
        <constraintErrorMessage>illegal value</constraintErrorMessage>
      </properties>
    </leafNode>
    <leafNode name="burst">
      <properties>
        <help>Burst count</help>
      </properties>
    </leafNode>
    <leafNode name="timeout">
      <properties>
        <help>Timeout in seconds</help>
      </properties>
    </leafNode>
  </children>
</node>
<!-- include end -->