mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 04:37:36 +03:00
enable GSO on Linux, if available
This commit is contained in:
parent
7d8db149b6
commit
39ae200972
9 changed files with 87 additions and 10 deletions
|
@ -66,7 +66,7 @@ func wrapConn(pc net.PacketConn) (interface {
|
|||
return newConn(c, supportsDF)
|
||||
}
|
||||
|
||||
// The basicConn is the most trivial implementation of a connection.
|
||||
// The basicConn is the most trivial implementation of a rawConn.
|
||||
// It reads a single packet from the underlying net.PacketConn.
|
||||
// It is used when
|
||||
// * the net.PacketConn is not a OOBCapablePacketConn, and
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue