forked from quic-go/quic-go
rename the connection to rawConn
This commit is contained in:
@@ -5,7 +5,7 @@ package quic
|
||||
|
||||
import "net"
|
||||
|
||||
func newConn(c net.PacketConn) (connection, error) {
|
||||
func newConn(c net.PacketConn) (rawConn, error) {
|
||||
return &basicConn{PacketConn: c}, nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user