Forum Discussion
meja_127775
Nimbostratus
Jan 27, 2006CLIENT_DATA event not triggered on subsequent client requests
I'd like to make an lb decision on each client request
within a persistent TCP connection. The behaviour I'm
trying to emulate is HTTP profile + OneConnect but at
the TCP layer. ...
bl0ndie_127134
Jan 27, 2006Historic F5 Account
There is an implicit release after every CLIENT_DATA and SERVER_DATA events. You need to set TCP back to collect mode after the release.
when CLIENT_DATA {
log local0. "client data"
if { [TCP::payload 77] contains "abcde" }{
pool delme-udp-I
} else {
pool delme-udp-II
}
TCP::release
Go back to collect mode
TCP::collect 77
}Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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