1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-10-01 00:06:11 -04:00
v2fly/transport/internet/quic/quic.go

13 lines
306 B
Go
Raw Normal View History

2018-11-21 10:47:06 -05:00
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"
2018-11-21 16:02:19 -05:00
const internalDomain = "quic.internal.v2ray.com"