forked from quic-go/quic-go
expose GSO usage through ConnectionState (#4083)
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user