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


Usage

<configuration>
    <services>
        <pgcp>
            <gateway>
                <data-inactivity-detection>
                    <inactivity-delay>seconds</inactivity-delay>
                    <latch-deadlock-delay>seconds</latch-deadlock-delay>
                    <send-notification-on-delay/>
                    <inactivity-duration>seconds</inactivity-duration>
                    <stop-detection-on-drop/>
                    <report-service-change>...</report-service-change>
                </data-inactivity-detection>
            </gateway>
        </pgcp>
    </services>
</configuration>

Description

No documentation is available yet.

Contents

<inactivity-delay>—Delay before data inactivity detection starts.

<inactivity-duration>—Default data inactivity duration (Q-MI).

<latch-deadlock-delay>—Delay value used for gates employing NAPT traversal.

<report-service-change>—Configure the data-inactivity service-change behavior.

<send-notification-on-delay>—Send inactivity notification when delay expires.

<stop-detection-on-drop>—Stop detection when gate action is set to drop.


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