You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes, enduser need to run longterm traffic (more than 2 hours), and ixia client socket will idle after send out traffic, some network gateway or linux server maybe close ixia client socket due to no any response during that time, then script will crash due to socket closed.
Scenarios:
Sometimes, enduser need to run longterm traffic (more than 2 hours), and ixia client socket will idle after send out traffic, some network gateway or linux server maybe close ixia client socket due to no any response during that time, then script will crash due to socket closed.
Solution:
Use "setsockopt" to set socket as keepalived, detail pls refer Python socket.TCP_KEEPINTVL() Examples
Code change as below:
The text was updated successfully, but these errors were encountered: