GTP::respond

Description

Sends the GTP message back to the remote node of this connection. - If this is clientside flow, send it back to client that initiated the connection. - If this is serverside flow, send it to the remote node that is connected to.

Syntax

GTP::respond MESSAGE

Examples

when CLIENT_ACCEPTED {
    set t2 [GTP::new 2 10]
    GTP::respond $t2
}

  • Introduced: BIGIP-11.6.0

The BIG-IP API Reference documentation contains community-contributed content. F5 does not monitor or control community code contributions. We make no guarantees or warranties regarding the available code, and it may contain errors, defects, bugs, inaccuracies, or security vulnerabilities. Your access to and use of any code available in the BIG-IP API reference guides is solely at your own risk.