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
|
@ -61,7 +61,7 @@ type baseServer struct {
|
|||
tlsConf *tls.Config
|
||||
config *Config
|
||||
|
||||
conn connection
|
||||
conn rawConn
|
||||
// If the server is started with ListenAddr, we create a packet conn.
|
||||
// If it is started with Listen, we take a packet conn as a parameter.
|
||||
createdPacketConn bool
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue