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

Pack multiple handshake messages into a single record #202

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

bifurcation
Copy link
Owner

Right now, mint sends an individual record for every handshake message, which incurs at least 17 bytes of overhead per handshake message (16-byte tag + content type). With this PR, when not in datagram mode, mint will aggregate multiple handshake messages into a single record. There is no change to the behavior in datagram mode.

This PR also adds a new log type pipe, which allows you to log data being sent between client and server.

@bifurcation bifurcation requested a review from ekr September 2, 2019 21:48
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.

1 participant