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.

fix(lint): resolve E205 and E215 in hostname, json-logs, jsonwt, ltp, matter, hap

Replace Printf/Format with Fmt. Use Fmt.failwith instead of failwith(Fmt.str).

+1 -1
+1 -1
test/test.ml
··· 64 64 match Ltp.segment_type_of_int code with 65 65 | Some t' -> 66 66 Alcotest.(check int) 67 - (Format.asprintf "%a" Ltp.pp_segment_type t) 67 + (Fmt.str "%a" Ltp.pp_segment_type t) 68 68 code 69 69 (Ltp.segment_type_to_int t') 70 70 | None -> Alcotest.fail "roundtrip failed")