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

10 lines
212 B
Go
Raw Normal View History

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