second-transfer-0.10.0.4: Second Transfer HTTP/2 web server

Safe HaskellNone
LanguageHaskell2010

SecondTransfer.Sessions.Tidal

Description

A simple session manager that prunes the number of connections from time to time....

Synopsis

Documentation

data TidalContext

Configuration structure

Constructors

TidalContext 

Fields

_maxConnectionPerPeer_TiC :: Int

Number of admissible connections per peer

_highWaterMark_TiC :: Int

Callback to be used when a connection to a peer is lost. | High water mark. When the number of connections go higher than this number, some of them are pruned.