diff --git a/README.md b/README.md index b4fa5bcd..a3df46ca 100644 --- a/README.md +++ b/README.md @@ -169,4 +169,4 @@ A: A standalone `agent` or `gate` server for kcp-go is suggested, not only for C 1. https://github.com/xtaci/libkcp -- FEC enhanced KCP session library for iOS/Android in C++ 2. https://github.com/skywind3000/kcp -- A Fast and Reliable ARQ Protocol -3. https://github.com/templexxx/reedsolomon -- Reed-Solomon Erasure Coding in Go +3. https://github.com/klauspost/reedsolomon -- Reed-Solomon Erasure Coding in Go diff --git a/fec.go b/fec.go index 3ffbecb3..6a12824d 100644 --- a/fec.go +++ b/fec.go @@ -4,7 +4,7 @@ import ( "encoding/binary" "sync/atomic" - "github.com/templexxx/reedsolomon" + "github.com/klauspost/reedsolomon" ) const (