summaryrefslogtreecommitdiff
path: root/include/ouroboros/timerwheel.h
Commit message (Collapse)AuthorAgeFilesLines
* lib: Make timerwheel a passive componentSander Vrijders2017-08-221-0/+2
| | | | | | This turns the timerwheel into a passive component since it is used by application using the library. The user of the timerwheel now has to call timerwheel_move to advance the timerwheel.
* lib: Add basic FRCT mechanismsSander Vrijders2017-08-171-0/+45
This adds the basic FRCT mechanisms to the library. Upon flow alloc or accept an FRCT instance is now created and used when reading or writing to the flow. The timerwheel has been refactored to allow recharging timers and removing them and is now part of the library. The first SDU sent over the connection has the DRF set and this initializes the connection. Sender and receiver inactivity timers are added.