Skip to content

Commit

Permalink
switch back upstream library, and keep the better xor
Browse files Browse the repository at this point in the history
  • Loading branch information
xtaci committed Nov 18, 2017
1 parent 69dab7f commit 7d38835
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion fec.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"encoding/binary"
"sync/atomic"

"github.com/templexxx/reedsolomon"
"github.com/klauspost/reedsolomon"
)

const (
Expand Down

0 comments on commit 7d38835

Please sign in to comment.