Forum Discussion

Corey_Smith_174's avatar
Corey_Smith_174
Icon for Nimbostratus rankNimbostratus
Jul 31, 2007

Changing destination pool/port based on initial message on encrypted streams

On a plaintext stream it is possible to select a pool/member/port by using a method similar to:     when CLIENT_ACCEPT {   TCP::collect 1   }     when CLIENT_DATA {   if { [re...