mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 04:37:36 +03:00
introduce a OptimizeConn function to manually enable UDP optimizations
This commit is contained in:
parent
7ea6dc991f
commit
727f9e5654
4 changed files with 33 additions and 11 deletions
|
@ -4,7 +4,7 @@ package quic
|
|||
|
||||
import "net"
|
||||
|
||||
func newConn(c net.PacketConn, supportsDF bool) (rawConn, error) {
|
||||
func newConn(c net.PacketConn, supportsDF bool) (*basicConn, error) {
|
||||
return &basicConn{PacketConn: c, supportsDF: supportsDF}, nil
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue