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.4.tbz
sha256=5167e27f5a636e86460e30dc24fb7ab2e6ac41f674e349fb0666ffaef9320441
sha512=7fc6117945d7d1d3ef85d212ff4d68da10e4c4c237031682d291611a0455847303b1b00c851fe4ff70816bdb4975824de3ad8504d0dd63e0599c4c69e5736f7f

doc/CHANGES.html

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