For more information regarding the security incident at F5, the actions we are taking to address it, and our ongoing efforts to protect our customers, click here.

Forum Discussion

Bartek's avatar
Bartek
Icon for Cirrus rankCirrus
May 12, 2020
Solved

iRule to increase tcp timeout for given client

Hi, I need to increase a tcp timeout value. when a certain client connects to VIP. I did this: when CLIENT_ACCEPTED {  if { [IP::addr [IP::client_addr] equals 10.10.10.10] } {     TCP::idletime ...
  • Bartek's avatar
    May 15, 2020

    Wrong event - the TCP::idletime fires perfectly after SERVER_CONNECTED