Xray-core/transport/internet/kcp/kcp.go

10 lines
212 B
Go
Raw Permalink Normal View History

2020-11-25 14:01:53 +03:00
// Package kcp - A Fast and Reliable ARQ Protocol
//
// Acknowledgement:
2022-12-26 03:37:35 +03:00
//
// skywind3000@github for inventing the KCP protocol
// xtaci@github for translating to Golang
2020-11-25 14:01:53 +03:00
package kcp
const protocolName = "mkcp"