]> Cypherpunks.ru repositories - nncp.git/commitdiff
Chunked files have chunks, not parts
authorSergey Matveev <stargrave@stargrave.org>
Fri, 28 Apr 2017 08:16:45 +0000 (11:16 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Fri, 28 Apr 2017 08:16:45 +0000 (11:16 +0300)
src/cypherpunks.ru/nncp/chunked.go

index abcc6fab2280e22ebdf2786701a658b266f937bb..61564c47ddd1ac1f4d79b06eb731518416a2ac75 100644 (file)
@@ -22,7 +22,7 @@ var (
        MagicNNCPMv1 [8]byte = [8]byte{'N', 'N', 'C', 'P', 'M', 0, 0, 1}
 
        ChunkedSuffixMeta = ".nncp.meta"
-       ChunkedSuffixPart = ".nncp.part"
+       ChunkedSuffixPart = ".nncp.chunk"
 )
 
 type ChunkedMeta struct {