mint icon indicating copy to clipboard operation
mint copied to clipboard

Pack multiple handshake messages into a single record

Open bifurcation opened this issue 5 years ago • 0 comments

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 avatar Apr 01 '19 14:04 bifurcation