github.com/v2fly/v2ray-core/v4@v4.45.2/transport/internet/kcp/kcp.go (about)

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