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

push-continuation #256

Open
reynir opened this issue May 24, 2024 · 0 comments
Open

push-continuation #256

reynir opened this issue May 24, 2024 · 0 comments

Comments

@reynir
Copy link
Contributor

reynir commented May 24, 2024

I discovered in the OpenVPN code that there is a (non-user facing) option push-continuation <n>. This seems to be used for large push replies that need to be split up over multiple messages. I have not found any documentation, but it seems only push-continuation 1 and push-continuation 2 is sent. The latter is, from my understanding, signalling that the push reply is split up. I am guessing push-continuation 1 signals no more push replies are to be expected.

There is a value PUSH_BUNDLE_SIZE of 1024 which I think is the maximum push reply size (whatever that means).

The push reply may be too large if for example the server is pushing many routes.

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

No branches or pull requests

1 participant