network-control

Library to control network protocols

LTS Haskell 23.18:0.1.6
Stackage Nightly 2025-04-19:0.1.6
Latest on Hackage:0.1.6

See all snapshots network-control appears in

BSD-3-Clause licensed by Kazu Yamamoto
Maintained by [email protected]
This version can be pinned in stack with:network-control-0.1.6@sha256:ff8ff2cceb0b6c541ecd967974841609d06b459279d0862ef77b34b89a1de21a,1255

Module documentation for 0.1.6

Used by 1 package in nightly-2025-04-16(full list with versions):

Common parts to control network protocols

Changes

Revision history for network-control

0.1.6

  • Allowing size 0.

0.1.5

  • New API: lookup' adjusts the target priority.
  • New API: LRUCacheRef stuffs
  • insert rebuilds PSQ when reached the limit.

0.1.4

  • Using Integer instead of Int in LRUCache.

0.1.3

  • Simplify maybeOpenRxWindow and improve docs #7

0.1.2

  • introducing a minimum size for window update #5

0.1.1

  • Change defaultMaxData #4

0.1.0

  • Breaking change: Renaming rxfWindow to rxfBufSize.
  • Updating the document about flow control.

0.0.2

  • Adding constants.

0.0.1

  • Supporting GHC 8.10.

0.0.0

  • First version.