diff options
author | Dimitri Staessens <dimitri.staessens@ugent.be> | 2018-10-05 15:06:31 +0200 |
---|---|---|
committer | Sander Vrijders <sander.vrijders@ugent.be> | 2018-10-05 15:20:42 +0200 |
commit | 3034822918dec909b1e2ffae2447b4ee05426057 (patch) | |
tree | d834dfdbba42d8eab1111ffe01ea6fdc10097eaa /doc/man | |
parent | 09805f364f46711d45b37050ad1113e9ab7bd4ae (diff) | |
download | ouroboros-3034822918dec909b1e2ffae2447b4ee05426057.tar.gz ouroboros-3034822918dec909b1e2ffae2447b4ee05426057.zip |
doc: Fix fccntl man page
Patch for previous commit, which was broken.
Signed-off-by: Dimitri Staessens <dimitri.staessens@ugent.be>
Signed-off-by: Sander Vrijders <sander.vrijders@ugent.be>
Diffstat (limited to 'doc/man')
-rw-r--r-- | doc/man/fccntl.3 | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/doc/man/fccntl.3 b/doc/man/fccntl.3 index 29ee1104..a738a8f0 100644 --- a/doc/man/fccntl.3 +++ b/doc/man/fccntl.3 @@ -73,18 +73,16 @@ buffer. Takes a \fBsize_t \fIqlen\fR as third argument. \fBFLOWGTXQLEN\fR - get the current number of packets in the transmit buffer. Takes a \fBsize_t \fIqlen\fR as third argument. -\fBFRCTSFLAGS\fR - set FRCT flags. Takes FRCT flags as third -argument. - -.RE - \fBFRCTGFLAGS\fR - get the current flow flags. Takes an \fBuint16_t \fIflags\fR as third argument. Supported flags are: .RS 8 -\fIFRCTFRESCNTRL\fR - enable resource control. +\fIFRCTFRESCNTRL\fR - resource control enabled. + +\fIFRCTFRTX\fR - retransmission enabled. + +.RE -\fIFRCTFRTX\fR - enable retransmission. .SH RETURN VALUE |