Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Commit

Permalink
fix zappy decode crash bug, version change to 1.32
Browse files Browse the repository at this point in the history
  • Loading branch information
vzex committed Oct 13, 2017
1 parent d9de809 commit ff9bec9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ func init() {
initxor()
}

const Version = 1.31
const Version = 1.32

type ClientSetting struct {
AccessKey string
Expand Down
2 changes: 1 addition & 1 deletion pipe/pipe.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
"time"
)
import "github.com/klauspost/reedsolomon"
import "github.com/cznic/zappy"
import "github.com/vzex/zappy"

const WriteBufferSize = 5000 //udp writer will add some data for checksum or encrypt
const ReadBufferSize = WriteBufferSize * 2 //so reader must be larger
Expand Down

0 comments on commit ff9bec9

Please sign in to comment.