The Wayback Machine - https://web.archive.org/web/20210801065705/https://github.com/microsoft/msquic/issues/1800
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

Change CID after Idleness #1800

Open
nibanks opened this issue Jul 7, 2021 · 0 comments
Open

Change CID after Idleness #1800

nibanks opened this issue Jul 7, 2021 · 0 comments

Comments

@nibanks
Copy link
Member

@nibanks nibanks commented Jul 7, 2021

Describe the feature you'd like supported

We should change the CID after enough idle time so that any possible NAT rebinding would be harder to be tracked by an outside observer. The simplest way to implement this would be in the flush send code path. When first starting a flush, check how much time has elapsed since the last send. If it's greater than X (20? 30?) seconds force a CID update (inline) first.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment