]> Cypherpunks.ru repositories - nncp.git/blobdiff - src/pkt.go
ACK
[nncp.git] / src / pkt.go
index 26c59e51e6d17cb4a9a46ca6f1f724c61b577ebb..ba711a30a86e2708803716db371dcf42ff3ed68e 100644 (file)
@@ -44,6 +44,7 @@ const (
        PktTypeTrns    PktType = iota
        PktTypeExecFat PktType = iota
        PktTypeArea    PktType = iota
+       PktTypeACK     PktType = iota
 
        MaxPathSize = 1<<8 - 1