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.2.tbz
sha256=5e847eec3f210e0ece9fbbd1bab672a305d60f8d84d94cf08058430ce294353e
sha512=d59a8465a4624f7336acc0274909f826b0a0660e43f416956384a3aebefd343256cf432084b252ee2859961ad3e1c8bda961b1463bd720855d025d38a1f83882

doc/CHANGES.html

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