diff options
author | Dimitri Staessens <dimitri.staessens@ugent.be> | 2018-10-05 17:04:16 +0200 |
---|---|---|
committer | Sander Vrijders <sander.vrijders@ugent.be> | 2018-10-05 18:08:25 +0200 |
commit | 070075812728a9949a636e7629fa8235b41ce41b (patch) | |
tree | 6eb8ee6ee20b331b71ab16427c2858cc0f603411 /include | |
parent | 3034822918dec909b1e2ffae2447b4ee05426057 (diff) | |
download | ouroboros-070075812728a9949a636e7629fa8235b41ce41b.tar.gz ouroboros-070075812728a9949a636e7629fa8235b41ce41b.zip |
lib: Split error checking from FRCT
This splits off the CRC from FRCT so it can be set
independently. Ouroboros now allows raw flows with error checking.
Signed-off-by: Dimitri Staessens <dimitri.staessens@ugent.be>
Signed-off-by: Sander Vrijders <sander.vrijders@ugent.be>
Diffstat (limited to 'include')
-rw-r--r-- | include/ouroboros/fccntl.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/ouroboros/fccntl.h b/include/ouroboros/fccntl.h index 7d1f7fe8..b11c14db 100644 --- a/include/ouroboros/fccntl.h +++ b/include/ouroboros/fccntl.h @@ -47,7 +47,6 @@ /* FRCT flags */ #define FRCTFRESCNTRL 00000001 /* Feedback from receiver */ #define FRCTFRTX 00000002 /* Reliable flow */ -#define FRCTFERRCHCK 00000004 /* Check for errors */ /* Flow operations */ #define FLOWSRCVTIMEO 00000001 /* Set read timeout */ |