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
Currently, only the keepalive function is enabled or disabled, but the probe and interval parameters are not supported.
In many Internet scenarios, the default interval of keepalive in the Linux kernel is too large, which will cause firewalls and other devices to disconnect.
#define TCP_KEEPALIVE_PROBES 9 /* Max of 9 keepalive probes /
#define TCP_KEEPALIVE_INTVL (75HZ)
The text was updated successfully, but these errors were encountered:
angelyouyou
changed the title
TCP need support probe and interval parameters configuration.
TCP mode support probe and interval parameters configuration.
Feb 6, 2021
Currently, only the keepalive function is enabled or disabled, but the probe and interval parameters are not supported.
In many Internet scenarios, the default interval of keepalive in the Linux kernel is too large, which will cause firewalls and other devices to disconnect.
#define TCP_KEEPALIVE_PROBES 9 /* Max of 9 keepalive probes /
#define TCP_KEEPALIVE_INTVL (75HZ)
The text was updated successfully, but these errors were encountered: