Licklider Transmission Protocol (CCSDS 734.1-B) for reliable DTN links
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ltp: fix README — add ltp-eio package to documentation

+6 -1
+6 -1
README.md
··· 22 22 - Cancel segments 23 23 - Checkpoint and report-based flow control 24 24 25 + ## Packages 26 + 27 + - **ltp** -- Core protocol: segment types, SDNV codecs, session management 28 + - **ltp-eio** -- Eio-based LTP segment transport 29 + 25 30 ## Installation 26 31 27 32 ``` 28 - opam install ltp 33 + opam install ltp ltp-eio 29 34 ``` 30 35 31 36 ## Usage