package utcp

  1. Overview
  2. Docs
An implementation of TCP (Transmission Control Protocol) in OCaml

Install

dune-project
 Dependency

Authors

Maintainers

Sources

utcp-0.0.5.tbz
sha256=8ef253b58042884950caf8ea0808a86ab0a4776954c9b27edaf9586eb6360c23
sha512=94f534d6ff5d4ff1dfd6cc6174adc4791a19942edb348aea8fcaec10a03cc5b2ba599aa464dfcf2b37efc72f36623393c1a4aa0ea92f5d45b7f2863339d18730

doc/CHANGES.html

0.0.5 (2026-06-17)

  • Avoid assert false, also cleanup log messages (#70 @hannesm)

0.0.4 (2026-05-23)

  • Deuplicate the metrics sources, there's no need for each stack constructing their own value. The "stack-id" is present as tag in each measurement. (#69 @hannesm)

0.0.3 (2026-04-30)

  • Fix sequence number arithmetics, stick to unsigned int32 with "serial number arithmetics" (RFC 1982) for comparison (#68 @dinosaure)

0.0.2 (2026-02-17)

  • Fix Segment.decode when the data_offset field is too small (< 5) reported by @kit-ty-kate fixed by @dinosaure and @hannesm #67 (also #66)

0.0.1 (2026-02-09)

  • Initial public release