10 lines
212 B
Go
Raw Normal View History

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