Forum Discussion
VTE_Man_97174
Nimbostratus
Aug 04, 2009trigger server_data event from within client_data
is that possible? is there a way to force processing of the server_data event in response to some client event? I think I understand from the TCP::notify documentation that it's possible to trigger u...
The_Bhattman
Nimbostratus
Aug 04, 2009According to the documentation SERVER_DATA event is triggered when new data is received from the target node after TCP::collect command has been issued. So I suppose you could base in the following:
when CLIENT_ACCEPTED {
TCP::collect
}
when SERVER_DATA {
code here
{
However, I have never tested anything like this. So a bit of experimentation might be needed or someone in the forum that has done this could respond with a better answer.
I hope this helps,
CB
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects