Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TCP mode support probe and interval parameters configuration. #32

Open
angelyouyou opened this issue Jan 8, 2021 · 0 comments
Open

Comments

@angelyouyou
Copy link

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 (75
HZ)

@angelyouyou angelyouyou changed the title TCP need support probe and interval parameters configuration. TCP mode support probe and interval parameters configuration. Feb 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant