diff options
author | Dimitri Staessens <dimitri.staessens@ugent.be> | 2018-10-05 11:58:21 +0200 |
---|---|---|
committer | Sander Vrijders <sander.vrijders@ugent.be> | 2018-10-05 12:44:55 +0200 |
commit | b05354b4af8a4999316c8074ebab496e0214ea15 (patch) | |
tree | 13c729276cd0d4a461357c8aba3708326ce9e00e /include | |
parent | 8bd27921e6cd46cdcc191c9d98a7f93bb7fe5360 (diff) | |
download | ouroboros-b05354b4af8a4999316c8074ebab496e0214ea15.tar.gz ouroboros-b05354b4af8a4999316c8074ebab496e0214ea15.zip |
doc: Update man page for fccntl
The FLOWSFLAGS command was recently obsoleted with the removal of
online reconfiguration of FRCT.
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 bc7c7206..fbfc11f8 100644 --- a/include/ouroboros/fccntl.h +++ b/include/ouroboros/fccntl.h @@ -48,7 +48,6 @@ #define FRCTFRESCNTRL 00000001 /* Feedback from receiver */ #define FRCTFRTX 00000002 /* Reliable flow */ #define FRCTFERRCHCK 00000004 /* Check for errors */ -#define FRCTFPARTIAL 00000010 /* Allow partial delivery */ /* Flow operations */ #define FLOWSRCVTIMEO 00000001 /* Set read timeout */ |