X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=src%2Fpkt.go;h=ba711a30a86e2708803716db371dcf42ff3ed68e;hb=8cdf2525e6cba117c31f102e55510d794dc75a78;hp=a1993e7a8ed98334e2c96dc14e22cc28d73235a1;hpb=a43910e6e9940fe088c38ec849bc983b54335d45;p=nncp.git diff --git a/src/pkt.go b/src/pkt.go index a1993e7..ba711a3 100644 --- a/src/pkt.go +++ b/src/pkt.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 @@ -44,6 +44,7 @@ const ( PktTypeTrns PktType = iota PktTypeExecFat PktType = iota PktTypeArea PktType = iota + PktTypeACK PktType = iota MaxPathSize = 1<<8 - 1