MR::connect_back_port

Description

This command command gets or sets connect_back_port for the current connection, which is used to enable bi-directional persistence if the client connected through an ephemeral port.

Syntax

MR::connect_back_port

Examples

when CLIENT_ACCEPTED {
    MR::connect_back_port 5678
}