Forum Discussion
Peter_129679
Nimbostratus
Jun 19, 2014MBLB connection Question, Please Help!
Hi, I'm using iRule to do MBLB on ISO8583.
But there is an error regarding the server behavior and connection.
Here's the picture:
1 Client with source port 57404 send 5 message t...
Peter1
Nimbostratus
Jun 20, 2014when CLIENT_ACCEPTED
{
LB::context_id "all_clients"
TCP::collect
}
when CLIENT_DATA {
if { [TCP::payload length] >= 4 }
{
binary scan [TCP::payload] H* iso_msg
set msg_len [expr 0x[string range $iso_msg 0 3]]
set msg_len [expr {$msg_len + 2}]
if { [TCP::payload length] >= $msg_len }
{
TCP::release $msg_len
TCP::notify request
}
}
TCP::collect
}
when SERVER_CONNECTED
{
TCP::collect
}
when SERVER_DATA
{
TCP::release
TCP::notify response
TCP::collect
}
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