expose GSO usage through ConnectionState (#4083)

This commit is contained in:
Benedikt Spies 2023-09-14 08:55:49 +02:00 committed by GitHub
parent 7599f81faf
commit 37a3c417a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View file

@ -345,4 +345,6 @@ type ConnectionState struct {
Used0RTT bool
// Version is the QUIC version of the QUIC connection.
Version VersionNumber
// GSO says if generic segmentation offload is used
GSO bool
}