mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 20:27:35 +03:00
rename the connection to rawConn
This commit is contained in:
parent
3126062aa7
commit
d7ad1b6b9b
7 changed files with 20 additions and 20 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue