| 123456789101112 |
- 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"
|