summaryrefslogtreecommitdiff
path: root/include/ouroboros/frct_pci.h
Commit message (Collapse)AuthorAgeFilesLines
* lib: Add fccntl configuration commanddimitri staessens2017-08-311-9/+1
| | | | | | | This replaces the flow_set_* commands with a single fccntl command that can configure flows and the FRCT instance. For more details, see "man 3 fccntl".
* lib: Add configuration message to FRCTSander Vrijders2017-08-261-0/+6
| | | | | This adds the configuration message to FRCT, which allows for configuring the connection.
* lib: Add basic FRCT mechanismsSander Vrijders2017-08-171-0/+69
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.