X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=src%2Ftx.go;h=998be8926030e7baa2fe7a1f82d15161476a1015;hb=0367cce2741e1ce6a89a49fd5c4e9df6005c9744;hp=b8d47aa6148ae87ad542b20236c67a106130f404;hpb=a1443e916b45dca888ba0931c710d5560dbb6a9b;p=nncp.git diff --git a/src/tx.go b/src/tx.go index b8d47aa..998be89 100644 --- a/src/tx.go +++ b/src/tx.go @@ -1,6 +1,6 @@ /* NNCP -- Node to Node copy, utilities for store-and-forward data exchange -Copyright (C) 2016-2021 Sergey Matveev +Copyright (C) 2016-2022 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 @@ -205,6 +205,7 @@ func (ctx *Ctx) Tx( r := <-results payloadSize = r.size pktEncMsg = r.pktEncRaw + wrappers-- } for i := 0; i <= wrappers; i++ { r := <-results