mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 13:21:00 +02:00
increase packet size
This commit is contained in:
parent
e77c092e50
commit
9339f41935
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue