X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=src%2Fmagic.go;h=60af73eb1ffad5c2b2a6210ffdd737f08d454f82;hb=2cad23b498bbb9fc1e929b4900b40e520017c614;hp=938d33347712f9f3f6792c8761fd71cc24508bcd;hpb=ab7c7eca0e53661f0ba904c2a6ba752990bea367;p=nncp.git diff --git a/src/magic.go b/src/magic.go index 938d333..60af73e 100644 --- a/src/magic.go +++ b/src/magic.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 @@ -67,7 +67,11 @@ var ( } MagicNNCPEv5 = Magic{ B: [8]byte{'N', 'N', 'C', 'P', 'E', 0, 0, 5}, - Name: "NNCPEv5 (encrypted packet v5)", Till: "now", + Name: "NNCPEv5 (encrypted packet v5)", Till: "7.7.0", + } + MagicNNCPEv6 = Magic{ + B: [8]byte{'N', 'N', 'C', 'P', 'E', 0, 0, 6}, + Name: "NNCPEv6 (encrypted packet v6)", Till: "now", } MagicNNCPSv1 = Magic{ B: [8]byte{'N', 'N', 'C', 'P', 'S', 0, 0, 1},