forked from quic-go/quic-go
only add an ECN control message if ECN is supported
This commit is contained in:
@@ -21,6 +21,8 @@ type connCapabilities struct {
|
||||
DF bool
|
||||
// GSO (Generic Segmentation Offload) supported
|
||||
GSO bool
|
||||
// ECN (Explicit Congestion Notifications) supported
|
||||
ECN bool
|
||||
}
|
||||
|
||||
// rawConn is a connection that allow reading of a receivedPackeh.
|
||||
|
||||
Reference in New Issue
Block a user