X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=src%2Ftoss.go;h=2d7eeede063884e855cfe119b9f8cb9c2cca64f3;hb=cf9363f956cb2d93a581c11ed65c5b02910d10d5;hp=79cc50f496982c96b976c532fc47f327dfcdaf6c;hpb=e523d3daf5cfcda8f0dc51e7003987c7fe693195;p=nncp.git diff --git a/src/toss.go b/src/toss.go index 79cc50f..2d7eeed 100644 --- a/src/toss.go +++ b/src/toss.go @@ -1,6 +1,6 @@ /* NNCP -- Node to Node copy, utilities for store-and-forward data exchange -Copyright (C) 2016-2022 Sergey Matveev +Copyright (C) 2016-2023 Sergey Matveev This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -1063,7 +1063,7 @@ func (ctx *Ctx) Toss( sharedKey, _, _, err = PktEncRead( ctx.Self, ctx.Neigh, - bufio.NewReader(fd), + bufio.NewReaderSize(fd, MTHBlockSize), pipeWB, sharedKey == nil, sharedKey,