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

quic: increase the buffer size used for encoding qlogs #1715

Merged
merged 1 commit into from
Aug 25, 2022

Conversation

marten-seemann
Copy link
Contributor

See comments for motivation. With the standard buffer size, I'm seeing a ton of syscalls just for writing the qlog file, taking almost as much CPU time as writing QUIC packets to the wire.

This should be ok from a resource perspective, because you wouldn't run with qlogging enabled in production anyway.

@marten-seemann marten-seemann merged commit 423eab2 into master Aug 25, 2022
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

Successfully merging this pull request may close these issues.

2 participants