mirror of https://github.com/v2ray/v2ray-core
13 lines
306 B
Go
13 lines
306 B
Go
package quic
|
|
|
|
//go:generate errorgen
|
|
|
|
// Here is some modification needs to be done before update quic vendor.
|
|
// * use bytespool in buffer_pool.go
|
|
// * set MaxReceivePacketSize to 1452 - 32 (16 bytes auth, 16 bytes head)
|
|
//
|
|
//
|
|
|
|
const protocolName = "quic"
|
|
const internalDomain = "quic.internal.v2ray.com"
|