Skip to content

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.

2 participants