USER_REQUEST

Description

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

Examples

 when CLIENT_DATA {
  TCP::release
  TCP::collect
  log local0. "in CLIENT_DATA, calling TCP::notify request to trigger USER_REQUEST event"
  TCP::notify request
}
when USER_REQUEST {
  log local0. "in USER_REQUEST"
}