[Contents] [Prev] [Next] [Index] [Report an Error]


Usage

<configuration>
    <security>
        <idp>
            <sensor-configuration>
                <flow>
                    <log-errors/>
                    <reset-on-policy/>
                    <allow-icmp-without-flow/>
                    <hash-table-size>hash-table-size</hash-table-size>
                    <reject-timeout>reject-timeout</reject-timeout>
                    <max-timers-poll-ticks>max-timers-poll-ticks</max-timers-poll-ticks>
                    <fifo-max-size>fifo-max-size</fifo-max-size>
                    <udp-anticipated-timeout>udp-anticipated-timeout</udp-anticipated-timeout>
                </flow>
            </sensor-configuration>
        </idp>
    </security>
</configuration>

Description

Flow configuration.

Contents

<allow-icmp-without-flow>—Allow icmp without flow.

<fifo-max-size>—Maximum fifo size.

<hash-table-size>—Flow hash table size.

<log-errors>—Flow log errors.

<max-timers-poll-ticks>—Maximum timers poll ticks.

<reject-timeout>—Flow reject timeout.

<reset-on-policy>—Flow reset-on-policy.

<udp-anticipated-timeout>—Maximum udp anticipated timeout.


[Contents] [Prev] [Next] [Index] [Report an Error]