9 lines
257 B
Go
Raw Normal View History

2020-11-25 19:01:53 +08:00
// Package kcp - A Fast and Reliable ARQ Protocol
//
// Acknowledgement:
// skywind3000@github for inventing the KCP protocol
// xtaci@github for translating to Golang
package kcp
2020-12-04 09:36:16 +08:00
//go:generate go run github.com/xtls/xray-core/common/errors/errorgen