]> Cypherpunks.ru repositories - nncp.git/blobdiff - src/toss.go
Generate list of created ACKs
[nncp.git] / src / toss.go
index ebe20fbf0dd159c626d7b91801e814ddbc34ce0b..79cc50f496982c96b976c532fc47f327dfcdaf6c 100644 (file)
@@ -621,7 +621,7 @@ func jobProcess(
                                if err != nil {
                                        panic(err)
                                }
-                               if _, _, err = ctx.Tx(
+                               if _, _, _, err = ctx.Tx(
                                        node,
                                        pktTrns,
                                        nice,
@@ -752,7 +752,7 @@ func jobProcess(
                                }
                                if nodeId != sender.Id && nodeId != pktEnc.Sender {
                                        ctx.LogI("rx-area-echo", lesEcho, logMsgNode)
-                                       if _, _, err = ctx.Tx(
+                                       if _, _, _, err = ctx.Tx(
                                                node,
                                                &pkt,
                                                nice,
@@ -926,6 +926,8 @@ func jobProcess(
                                                return logMsg(les) + ": removing packet"
                                        })
                                        return err
+                               } else if ctx.HdrUsage {
+                                       os.Remove(JobPath2Hdr(pktPath))
                                }
                        }
                } else {