mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 12:47:36 +03:00
fix typo (#3333)
This commit is contained in:
parent
71c8af30ea
commit
17952f3e06
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ func setReceiveBuffer(c net.PacketConn, logger utils.Logger) error {
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
// only print warnings about the UPD receive buffer size once
|
// only print warnings about the UDP receive buffer size once
|
||||||
var receiveBufferWarningOnce sync.Once
|
var receiveBufferWarningOnce sync.Once
|
||||||
|
|
||||||
func newPacketHandlerMap(
|
func newPacketHandlerMap(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue