BIGPROTO::enable_fix_reset

Description

This command enables or disables reset of FIX protocol connections. When set to disabled, TCP RST frame will not be sent when BIG-IP detects there is a hash collision on ePVA offloading of FIX flows. Instead, it will try to re-offload the connection.

Syntax

BIGPROTO::enable_fix_reset <true | false>

Examples

when CLIENT_ACCEPTED {
    BIGPROTO::enable_fix_reset true
    BIGPROTO::enable_fix_reset false
}