]> Cypherpunks.ru repositories - nncp.git/blobdiff - src/pkt.go
Raise copyright years
[nncp.git] / src / pkt.go
index 26c59e51e6d17cb4a9a46ca6f1f724c61b577ebb..f6ab749ac9e936c824dc157ecd7e6c2151cce350 100644 (file)
@@ -1,6 +1,6 @@
 /*
 NNCP -- Node to Node copy, utilities for store-and-forward data exchange
-Copyright (C) 2016-2022 Sergey Matveev <stargrave@stargrave.org>
+Copyright (C) 2016-2023 Sergey Matveev <stargrave@stargrave.org>
 
 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