rename back to chihaya

This commit is contained in:
Jimmy Zelinskie
2016-08-16 21:42:08 -04:00
parent 040a3294b1
commit cc6614c474
17 changed files with 35 additions and 35 deletions
+2 -2
View File
@@ -4,7 +4,7 @@ import (
"encoding/binary"
"net"
"github.com/jzelinskie/trakr/bittorrent"
"github.com/chihaya/chihaya/bittorrent"
)
const (
@@ -125,7 +125,7 @@ func handleOptionalParameters(packet []byte) (params bittorrent.Params, err erro
return params, errMalformedPacket
}
// TODO(jzelinskie): Actually parse the URL Data as described in BEP 41
// TODO(chihaya): Actually parse the URL Data as described in BEP 41
// into something that fulfills the bittorrent.Params interface.
optionStartIndex += 1 + length