USER_RESPONSE

Description

This event is triggered by command TCP::notify response. It executes in a client-side context.

Examples

when SERVER_DATA {
 TCP::release
 TCP::collect
 log local0. "in SERVER_DATA, calling TCP::notify response to trigger USER_RESPONSE event"
 TCP::notify response
}

when USER_RESPONSE {
 log local0. "in USER_RESPONSE"
}