kcp.go 254 B

123456789
  1. // Package kcp - A Fast and Reliable ARQ Protocol
  2. //
  3. // Acknowledgement:
  4. //
  5. // skywind3000@github for inventing the KCP protocol
  6. // xtaci@github for translating to Golang
  7. package kcp
  8. //go:generate go run github.com/xtls/xray-core/common/errors/errorgen