increase packet size

This commit is contained in:
Zack Scholl 2019-11-13 14:52:52 -08:00
parent e77c092e50
commit 9339f41935
1 changed files with 1 additions and 1 deletions

View File

@ -304,7 +304,7 @@ const (
bufferedAmountLowThreshold uint64 = 512 * 1024 // 512 KB
maxBufferedAmount uint64 = 1024 * 1024 // 1 MB
maxPacketSize uint64 = 65535
maxPacketSizeHalf int64 = 32767
maxPacketSizeHalf int64 = 45000
)
type FileData struct {