1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-07-02 20:15:24 +00:00
v2fly/transport/internet/quic/quic.go
2019-02-01 16:21:42 +01:00

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"