]> Cypherpunks.ru repositories - nncp.git/blob - doc/news.texi
Do not relay to area message's originator
[nncp.git] / doc / news.texi
1 @node News
2 @unnumbered News
3
4 See also this page @ref{Новости, on russian}.
5
6 @node Release 7_2_0
7 @section Release 7.2.0
8 @itemize
9
10 @item
11 @command{nncp-trns} command appeared for manual transition packets creation.
12
13 @item
14 If destination node of transitional packet has non empty @option{via}
15 route, then do not ignore, but use it.
16
17 @item
18 Do not relay multicast packet to area message's originator, that
19 obviously has seen its own packet.
20
21 @end itemize
22
23 @node Release 7_1_1
24 @section Release 7.1.1
25 @itemize
26
27 @item
28 Fixed failing directories fsync after @file{.seen} file creation.
29
30 @end itemize
31
32 @node Release 7_1_0
33 @section Release 7.1.0
34 @itemize
35
36 @item
37 Multicasting areas feature appeared. Implemented merely by an additional
38 plain packet type with @command{nncp-toss}, @command{nncp-file} and
39 @command{nncp-exec} commands modification.
40
41 @item
42 Fixed workability of @command{nncp-file} and @command{nncp-exec}
43 commands, that use temporary file (stdin and @option{-use-tmp}).
44
45 @item
46 Fixed disappearing bad return code in @command{nncp-exec} command.
47
48 @item
49 Fixed invalid @file{.hdr} generation when transitional packets are used.
50
51 @item
52 @option{-all} option appeared in @command{nncp-rm} command, applying to
53 all the nodes at once.
54
55 @item
56 @option{-cycle} option appeared in @command{nncp-check} command, looping
57 the check in infinite cycle.
58
59 @item
60 @command{nncp-rm} command can take node alias name.
61
62 @item
63 @command{nncp-pkt} can parse @file{.hdr} files.
64
65 @end itemize
66
67 @node Release 7_0_0
68 @section Release 7.0.0
69 @itemize
70
71 @item
72 Minimal required Go version 1.13.
73
74 @item
75 Merkle Tree-based Hashing with BLAKE3 (MTH) is used instead of BLAKE2b.
76 Because of that, there are backward @strong{incompatible} changes of
77 encrypted files (everything laying in the spool directory) and
78 @file{.meta} files of chunked transfer.
79
80 Current implementation is far from being optimal: it lacks
81 parallelizable calculations and has higher memory consumption: nearly
82 512 KiB for each 1 GiB of file's data. Future performance and memory
83 size optimizations should not lead to packet's format change. But it is
84 still several times faster than BLAKE2b.
85
86 @item
87 Resumed online downloads, because of MTH, require reading only of the
88 preceding part of file, not the whole one as was before.
89
90 @item
91 @command{nncp-hash} utility appeared for calculating file's MTH hash.
92
93 @item
94 BLAKE2 KDF and XOF functions are replaced with BLAKE3 in encrypted
95 packets. Lowering number of used primitives. Also, its encrypted
96 packet's header is used as an associated data during encryption.
97
98 @item
99 MultiCast Discovery uses
100 @verb{|ff02::4e4e:4350|} address instead of @verb{|ff02::1|}.
101
102 @item
103 @command{nncp-cfgenc} mistakenly asked passphrase three times during encryption.
104
105 @item
106 @command{nncp-stat} reports about partly downloaded packets.
107
108 @item
109 Updated dependencies.
110
111 @end itemize
112
113 @node Release 6_6_0
114 @section Release 6.6.0
115 @itemize
116
117 @item
118 @command{nncp-daemon}, @command{nncp-call} and @command{nncp-caller}
119 commands wait for all background checksummers completion after
120 connection is finished.
121
122 @item
123 Added possibility of address determining through multicast announcement
124 in local area network, so called MCD (MultiCast Discovery).
125
126 @end itemize
127
128 @node Release 6_5_0
129 @section Release 6.5.0
130 @itemize
131
132 @item
133 Fixed segfault in @command{nncp-daemon} when SP handshake did not succeed.
134
135 @item
136 Fixed possible bad return code ignoring in automatic tosser.
137
138 @item
139 Fixed race during file descriptors closing when online protocol call is
140 finished, that could lead to write error of received packet fragment.
141
142 @item
143 Kill all packet transmission progress bars in @command{nncp-daemon},
144 @command{nncp-call} and @command{nncp-caller} when call is finished.
145
146 @end itemize
147
148 @node Release 6_4_0
149 @section Release 6.4.0
150 @itemize
151
152 @item
153 Fixed possible race in online protocol, that lead to panic.
154
155 @end itemize
156
157 @node Release 6_3_0
158 @section Release 6.3.0
159 @itemize
160
161 @item
162 Fixed possible panic while showing progress during online protocol.
163
164 @end itemize
165
166 @node Release 6_2_1
167 @section Release 6.2.1
168 @itemize
169
170 @item
171 Three places in logs contained excess @code{%s}.
172
173 @end itemize
174
175 @node Release 6_2_0
176 @section Release 6.2.0
177 @itemize
178
179 @item
180 Returned @command{nncp-caller}'s @option{-autotoss*} options workability.
181
182 @item
183 Yet another logging refactoring and simplification.
184 Should be no visible differences to the end user.
185
186 @end itemize
187
188 @node Release 6_1_0
189 @section Release 6.1.0
190 @itemize
191
192 @item
193 Optimization: most commands do not keep opened file descriptors now.
194 Previously you can exceed maximal number of opened files if you have got
195 many packets in the spool directory.
196
197 @item
198 Optimization: do not close file descriptor of the file we download
199 online. Previously each chunk lead to expensive open/close calls.
200
201 @item
202 Online downloaded files are saved with @file{.nock} (non-checksummed)
203 suffix, waiting either for @command{nncp-check}, or online daemons to
204 perform integrity check.
205
206 @item
207 Optimization: files, that are not resumed, are checksummed immediately
208 during the online download, skipping @file{.nock}-intermediate step.
209
210 @item
211 Ability to store encrypted packet's header in @file{.hdr} file, close to
212 the packet itself. That can greatly increase performance of packets
213 listing on filesystems with big block's size.
214
215 @end itemize
216
217 @node Release 6_0_0
218 @section Release 6.0.0
219 @itemize
220
221 @item
222 Log uses human readable and easy machine parseable
223 @url{https://www.gnu.org/software/recutils/, recfile} format for the
224 records, instead of structured RFC 3339 lines. Old logs are not readable
225 by @command{nncp-log} anymore.
226
227 @item
228 @option{-autotoss*} option workability with @command{nncp-daemon}'s
229 @option{-inetd} mode.
230
231 @item
232 Call's @option{when-tx-exists} allows to make a call only when outbound
233 packets exists. Combined with seconds-aware cron expression that can be
234 used as some kind of auto dialler.
235
236 @item
237 @command{nncp-cronexpr} command allows you to check validity and
238 expectations of specified cron expression.
239
240 @end itemize
241
242 @node Release 5_6_0
243 @section Release 5.6.0
244 @itemize
245
246 @item
247 @option{-autotoss*} option runs tosser not after the call, but every
248 second while it is active.
249
250 @item
251 @option{autotoss}, @option{autotoss-doseen},
252 @option{autotoss-nofile}, @option{autotoss-nofreq},
253 @option{autotoss-noexec}, @option{autotoss-notrns} options available in
254 @option{calls} configuration section. You can configure per-call
255 automatic tosser options.
256
257 @item
258 Use vendoring, instead of @env{GOPATH} overriding during tarball
259 installation, because current minimal Go's version is 1.12 and it
260 supports modules.
261
262 @end itemize
263
264 @node Release 5_5_1
265 @section Release 5.5.1
266 @itemize
267
268 @item
269 Respect for @env{BINDIR}, @env{INFODIR} and @env{DOCDIR} environment
270 variables in @file{config} during installation.
271
272 @end itemize
273
274 @node Release 5_5_0
275 @section Release 5.5.0
276 @itemize
277
278 @item
279 Bugfixes in @command{nncp-call(er)}/@command{nncp-daemon},
280 @command{nncp-bundle} and @command{nncp-stat}.
281
282 @item
283 @command{nncp-rm} has @option{-dryrun} and @option{-older} options now.
284
285 @item
286 @command{nncp-exec} has @option{-use-tmp} and @option{-nocompress}
287 options now. Uncompressed packets are not compatible with previous NNCP
288 versions.
289
290 @item
291 @command{nncp-call}, @command{nncp-caller} and @command{nncp-daemon} commands
292 have @option{-autotoss*} options for running tosser after call is ended.
293
294 @item
295 Updated dependencies. Minimal required Go version is 1.12.
296
297 @end itemize
298
299 @node Release 5_4_1
300 @section Release 5.4.1
301 @itemize
302
303 @item
304 Fixed @code{SENDMAIL} variable usage during the build.
305
306 @end itemize
307
308 @node Release 5_4_0
309 @section Release 5.4.0
310 @itemize
311
312 @item
313 Updated dependencies.
314
315 @item
316 Build system is moved from Makefiles to @url{http://cr.yp.to/redo.html, redo}.
317 This should not influence package maintainers, because minimal @command{redo}
318 implementation is included in tarball.
319
320 @end itemize
321
322 @node Release 5_3_3
323 @section Release 5.3.3
324 @itemize
325
326 @item
327 More various error checks.
328
329 @item
330 Updated dependencies.
331
332 @end itemize
333
334 @node Release 5_3_2
335 @section Release 5.3.2
336 @itemize
337
338 @item
339 Fixed incorrect logic of @option{onlinedeadline} timeout, where
340 connection won't take into account incoming packets events and will
341 forcefully disconnect.
342
343 @end itemize
344
345 @node Release 5_3_1
346 @section Release 5.3.1
347 @itemize
348
349 @item
350 Fixed @option{onlinedeadline} workability with call addresses that use
351 external commands (@verb{#"|somecmd"#}).
352
353 @item
354 @command{nncp-stat} has @option{-pkt} option displaying information
355 about each packet in the spool.
356
357 @end itemize
358
359 @node Release 5_3_0
360 @section Release 5.3.0
361 @itemize
362
363 @item
364 Progress messages contain prefix, describing the running action.
365
366 @item
367 Fixed not occurring handshake messages padding.
368
369 @item
370 Finish all SP protocol related goroutines, less memory leak.
371
372 @item
373 SP protocol generates less socket write calls, thus generating less TCP
374 packets.
375
376 @item
377 Check @option{onlinedeadline} and @option{maxonlinetime} options every
378 second, independently from socket reads (up to 10 seconds).
379
380 @item
381 Once per minute, if no other traffic exists, PING packets are sent in
382 SP-connection. That allows faster determining of connection unworkability.
383
384 @item
385 @command{nncp-toss} uses lock-file to prevent simultaneous tossing.
386
387 @end itemize
388
389 @node Release 5_2_1
390 @section Release 5.2.1
391 @itemize
392
393 @item
394 Fixed SP protocol error handling, sometimes causing program panic.
395
396 @end itemize
397
398 @node Release 5_2_0
399 @section Release 5.2.0
400 @itemize
401
402 @item
403 Most commands by default show oneline operations progress.
404 @option{-progress}, @option{-noprogress} command line options,
405 @option{noprogress} configuration file option appeared.
406
407 @item
408 Fixed incorrect @command{nncp-check} command return code, that returned
409 bad code when everything is good.
410
411 @item
412 Free disk space check during @command{nncp-bundle -rx} call.
413
414 @end itemize
415
416 @node Release 5_1_2
417 @section Release 5.1.2
418 @itemize
419
420 @item
421 @strong{Critical} vulnerability: remote peers authentication could lead
422 to incorrect identification of remote side, allowing foreign encrypted
423 packets downloading.
424
425 @item
426 Bugfix: private and public Noise keys were swapped in newly created
427 configuration files, that lead to inability to authenticate online peers.
428
429 @item
430 Explicit directories fsync-ing for guaranteed files renaming.
431
432 @end itemize
433
434 @node Release 5_1_1
435 @section Release 5.1.1
436 @itemize
437
438 @item
439 Fixed workability of @command{nncp-file} with @option{-chunked 0} option.
440
441 @end itemize
442
443 @node Release 5_1_0
444 @section Release 5.1.0
445 @itemize
446
447 @item
448 @command{nncp-file} can send directories, automatically creating pax
449 archive on the fly.
450
451 @item
452 Free disk space is checked during outbound packets creation.
453
454 @item
455 @option{freq}, @option{freqminsize}, @option{freqchunked} configuration
456 file options replaced with the structure:
457 @option{freq: @{path: ..., minsize: ..., chunked: ...@}}.
458
459 @item
460 Added @option{freq.maxsize} configuration file option, forbidding of
461 freq sending larger than specified size.
462
463 @item
464 Ability to notify about successfully executed commands (exec) with
465 @option{notify.exec} configuration file option.
466
467 @end itemize
468
469 @node Release 5_0_0
470 @section Release 5.0.0
471 @itemize
472
473 @item
474 @strong{Incompatible} configuration file format change: YAML is
475 replaced with Hjson, due to its simplicity, without noticeable lack
476 of either functionality or convenience.
477
478 @item
479 @strong{Incompatible} plain packet format changes. Older versions are
480 not supported. @code{zlib} compression is replaced with
481 @code{Zstandard}, due to its speed and efficiency, despite library
482 version is not mature enough.
483
484 @item
485 Ability to call remote nodes via pipe call of external command, not only
486 through TCP.
487
488 @item
489 @command{nncp-cfgnew} generates configuration file with many
490 comments. @option{-nocomments} option can be used for an old
491 behaviour.
492
493 @item
494 Duplicate filenames have @file{.CTR} suffix, instead of @file{CTR}, to
495 avoid possible collisions with @file{.nncp.chunkCTR}.
496
497 @item
498 Ability to override process umask through configuration file option.
499
500 @item
501 Files and directories are created with 666/777 permissions by default,
502 allowing control with @command{umask}.
503
504 @item
505 Updated dependencies.
506
507 @item
508 Full usage of go modules for dependencies management
509 (@code{go.cypherpunks.ru/nncp/v5} namespace is used).
510
511 @item
512 Forbid any later GNU GPL version autousage
513 (project's licence now is GNU GPLv3-only).
514
515 @end itemize
516
517 @node Release 4_1
518 @section Release 4.1
519 @itemize
520 @item Workability on GNU/Linux systems and Go 1.10 is fixed.
521 @end itemize
522
523 @node Release 4_0
524 @section Release 4.0
525 @itemize
526
527 @item
528 @strong{Incompatible} encrypted and eblob packet format change: AEAD
529 encryption mode with 128 KiB blocks is used now, because previously
530 @command{nncp-toss} did not verify encrypted packet's MAC before feeding
531 decrypted data to external command. Older versions are not supported.
532
533 @item
534 Available free space checking before copying in @command{nncp-xfer},
535 @command{nncp-daemon}, @command{nncp-call(er)}.
536
537 @item
538 @command{nncp-call} has ability only to list packets on remote node,
539 without their transmission.
540
541 @item
542 @command{nncp-call} has ability to transfer only specified packets.
543
544 @item
545 Workability of @option{xxrate} preference in @option{calls}
546 configuration file section.
547
548 @item
549 Dependant libraries are updated.
550
551 @item
552 Minor bugfixes.
553
554 @item
555 Begin using of @code{go.mod} subsystem.
556
557 @end itemize
558
559 @node Release 3_4
560 @section Release 3.4
561 @itemize
562 @item @command{nncp-daemon} can be run as @command{inetd}-service.
563 @end itemize
564
565 @node Release 3_3
566 @section Release 3.3
567 @itemize
568
569 @item
570 @command{nncp-daemon}, @command{nncp-call}, @command{nncp-caller} check
571 if @file{.seen} exists and treat it like file was already downloaded.
572 Possibly it was transferred out-of-bound and remote side needs to be
573 notifier about that.
574
575 @item
576 If higher priority packet is spooled, then @command{nncp-daemon} will
577 queue its sending first, interrupting lower priority transmissions.
578
579 @item
580 Simple packet rate limiter added to online-related tools
581 (@command{nncp-daemon}, @command{nncp-call}, @command{nncp-caller}).
582
583 @item
584 Ability to specify niceness with symbolic notation:
585 @verb{|NORMAL|}, @verb{|BULK+10|}, @verb{|PRIORITY-5|}, etc.
586
587 @item
588 Changed default niceness levels:
589 for @command{nncp-exec} from 64 to 96,
590 for @command{nncp-freq} from 64 to 160,
591 for @command{nncp-file} from 196 to 224.
592
593 @end itemize
594
595 @node Release 3_2
596 @section Release 3.2
597 @itemize
598 @item
599 @strong{Incompatible} @emph{bundle} archive format changes and
600 @command{nncp-bundle} workability with Go 1.10+. Bundles must be
601 valid tar archives, but Go 1.9 made them invalid because of long paths
602 inside. NNCP accidentally was dependant on that bug. Explicit adding of
603 @file{NNCP/} directory in archive restores workability with valid tar
604 archives.
605 @end itemize
606
607 @node Release 3_1
608 @section Release 3.1
609 @itemize
610 @item
611 Ability to disable relaying at all using @verb{|-via -|} command line option.
612 @end itemize
613
614 @node Release 3_0
615 @section Release 3.0
616 @itemize
617
618 @item
619 @strong{Incompatible} plain packet format changes. Older versions are
620 not supported.
621
622 @item
623 Ability to queue remote command execution, by configuring @option{exec}
624 option in configuration file and using @command{nncp-exec} command:
625     @itemize
626     @item
627     @command{nncp-mail} command is replaced with more flexible
628     @command{nncp-exec}. Instead of @verb{|nncp-mail NODE RECIPIENT|}
629     you must use @verb{|nncp-exec NODE sendmail RECIPIENT|}.
630     @item
631     @option{sendmail} configuration file option is replaced with
632     @option{exec}. @verb{|sendmail: [...]|} must be replaced with
633     @verb{|exec: sendmail: [...]|}.
634     @end itemize
635
636 @item
637 Ability to override @option{via} configuration option for destination
638 node via @option{-via} command line option for following commands:
639 @command{nncp-file}, @command{nncp-freq}, @command{nncp-exec}.
640
641 @item
642 Chunked files, having size less than specified chunk size, will be sent
643 as an ordinary single file.
644
645 @item
646 Exec commands are invoked with additional @env{NNCP_NICE} and
647 @env{NNCP_SELF} environment variables.
648
649 @item
650 Files, that are sent as a reply to freq, have niceness level taken from
651 the freq packet. You can set desired niceness during @command{nncp-freq}
652 invocation using @option{-replynice} option.
653
654 @item
655 @command{nncp-toss} command can ignore specified packet types during
656 processing: @option{-nofile}, @option{-nofreq}, @option{-noexec},
657 @option{-notrns}.
658
659 @item
660 @command{nncp-file} command uses
661 @option{FreqMinSize}/@option{FreqChunked} configuration file options
662 for @option{-minsize}/@option{-chunked} by default. You can turn this
663 off by specifying zero value.
664
665 @end itemize
666
667 @node Release 2_0
668 @section Release 2.0
669 @itemize
670
671 @item
672 @strong{Incompatible} encrypted/eblob packet format changes. Older
673 versions are not supported.
674
675 @item
676 Twofish encryption algorithm is replaced with ChaCha20. It is much more
677 faster. One cryptographic primitive less.
678
679 @item
680 HKDF-BLAKE2b-256 KDF algorithm is replaced with BLAKE2Xb XOF. Yet
681 another cryptographic primitive less (assuming that BLAKE2X is nearly
682 identical to BLAKE2).
683
684 @end itemize
685
686 @node Release 1_0
687 @section Release 1.0
688 @itemize
689
690 @item
691 @strong{Incompatible} encrypted packet format changes. Older versions
692 are not supported.
693
694 @item
695 @command{nncp-bundle} command can either create stream of encrypted
696 packets, or digest it. It is useful when dealing with
697 @code{stdin}/@code{stdout} based transmission methods (like writing to
698 CD-ROM without intermediate prepared ISO image and working with tape
699 drives).
700
701 @item
702 @command{nncp-toss} is able to create @file{.seen} files preventing
703 duplicate packets receiving.
704
705 @item
706 Single background checksum verifier worker is allowed in
707 @command{nncp-call}. This is helpful when thousands of small inbound
708 packets could create many goroutines.
709
710 @item
711 Ability to override path to spool directory and logfile through either
712 command line argument, or environment variable.
713
714 @item
715 @command{nncp-rm} is able to delete outbound/inbound, @file{.seen},
716 @file{.part}, @file{.lock} and temporary files.
717
718 @end itemize
719
720 @node Release 0_12
721 @section Release 0.12
722 @itemize
723 @item Sendmail command is called with @env{NNCP_SENDER} environment variable.
724 @end itemize
725
726 @node Release 0_11
727 @section Release 0.11
728 @itemize
729 @item @command{nncp-stat}'s command output is sorted by node name.
730 @end itemize
731
732 @node Release 0_10
733 @section Release 0.10
734 @itemize
735 @item
736 @command{nncp-freq}'s @file{DST} argument is optional now. Last
737 @file{SRC} path's element will be used by default.
738 @end itemize
739
740 @node Release 0_9
741 @section Release 0.9
742 @itemize
743 @item
744 Fix @option{-rx}/@option{-tx} arguments processing in
745 @command{nncp-call} command. They were ignored.
746 @end itemize
747
748 @node Release 0_8
749 @section Release 0.8
750 @itemize
751 @item
752 Little bugfix in @command{nncp-file} command, where @option{-minsize}
753 option for unchunked transfer was not in KiBs, but in bytes.
754 @end itemize
755
756 @node Release 0_7
757 @section Release 0.7
758 @itemize
759
760 @item
761 Ability to feed @command{nncp-file} from @code{stdin}, that uses an
762 encrypted temporary file for that.
763
764 @item
765 Chunked files transmission appeared with corresponding
766 @command{nncp-reass} command and @option{freqchunked} configuration file
767 entry. Useful for transferring big files over small storage devices.
768
769 @item
770 @option{freqminsize} configuration file option, analogue to
771 @option{-minsize} one.
772
773 @item
774 @command{nncp-xfer}'s @option{-force} option is renamed to
775 @option{-mkdir} for clarity.
776
777 @item
778 @option{-minsize} option is specified in KiBs, not bytes, for
779 convenience.
780
781 @item
782 @command{nncp-newcfg} command is renamed to @command{nncp-cfgnew},
783 and @command{nncp-mincfg} to @command{nncp-cfgmin} -- now they have
784 common prefix and are grouped together for convenience.
785
786 @item
787 @command{nncp-cfgenc} command appeared, allowing configuration file
788 encryption/decryption, for keeping it safe without any either OpenPGP or
789 similar tools usage.
790
791 @item
792 Cryptographic libraries (dependencies) are updated.
793
794 @end itemize
795
796 @node Release 0_6
797 @section Release 0.6
798 @itemize
799 @item Small @command{nncp-rm} command appeared.
800 @item Cryptographic libraries (dependencies) are updated.
801 @end itemize
802
803 @node Release 0_5
804 @section Release 0.5
805 @itemize
806 @item
807 Trivial small fix in default niceness level of @command{nncp-file}
808 and @command{nncp-freq} commands.
809 @end itemize
810
811 @node Release 0_4
812 @section Release 0.4
813 @itemize
814
815 @item
816 Small fix in @command{nncp-call}, @command{nncp-caller},
817 @command{nncp-daemon}: they can segmentation fail sometimes (no data is
818 lost).
819
820 @item
821 @command{nncp-newnode} renamed to @command{nncp-newcfg} -- it is shorter
822 and more convenient to use.
823
824 @item
825 @command{nncp-mincfg} command appeared: helper allowing to create
826 minimalistic stripped down configuration file without private keys, that
827 is useful during @command{nncp-xfer} usage.
828
829 @end itemize
830
831 @node Release 0_3
832 @section Release 0.3
833 @itemize
834 @item Fixed compatibility with Go 1.6.
835 @end itemize
836
837 @node Release 0_2
838 @section Release 0.2
839 @itemize
840
841 @item
842 @strong{Incompatible} packet's format change (magic number is changed
843 too): size field is encrypted and is not send in plaintext anymore.
844
845 @item
846 @option{-minsize} option gives ability to automatically pad outgoing
847 packets to specified minimal size.
848
849 @item
850 @command{nncp-daemon} and @command{nncp-call}/@command{nncp-caller}
851 always check new @emph{tx} packets appearance in the background while
852 connected. Remote side is immediately notified.
853
854 @item
855 @option{-onlinedeadline} option gives ability to configure timeout of
856 inactivity of online connection, when it could be disconnected. It could
857 be used to keep connection alive for a long time.
858
859 @item
860 @option{-maxonlinetime} option gives ability to set maximal allowable
861 online connection aliveness time.
862
863 @item
864 @command{nncp-caller} command appeared: cron-ed TCP daemon caller.
865
866 @item
867 @command{nncp-pkt} command can decompress the data.
868
869 @end itemize