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 /doc/man/fccntl.3 | |
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 'doc/man/fccntl.3')
-rw-r--r-- | doc/man/fccntl.3 | 18 |
1 files changed, 7 insertions, 11 deletions
diff --git a/doc/man/fccntl.3 b/doc/man/fccntl.3 index 543a6bb6..29ee1104 100644 --- a/doc/man/fccntl.3 +++ b/doc/man/fccntl.3 @@ -2,7 +2,7 @@ .\" Dimitri Staessens <dimitri.staessens@ugent.be> .\" Sander Vrijders <sander.vrijders@ugent.be> -.TH FCCNTL 3 2018-02-28 Ouroboros "Ouroboros Programmer's Manual" +.TH FCCNTL 3 2018-10-04 Ouroboros "Ouroboros Programmer's Manual" .SH NAME @@ -74,22 +74,18 @@ buffer. Takes a \fBsize_t \fIqlen\fR as third argument. buffer. Takes a \fBsize_t \fIqlen\fR as third argument. \fBFRCTSFLAGS\fR - set FRCT flags. Takes FRCT flags as third -argument. Supported flags are: +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. \fIFRCTFRTX\fR - enable retransmission. -\fIFRCTFERRCHCK\fR - enable checksum (CRC32). - -\fIFRCTFPARTIAL\fR - enable partial delivery. - -.RE - -\fBFRCTGFLAGS\fR - get the current flow flags. Takes an \fBuint16_t -\fIflags\fR as third argument. - .SH RETURN VALUE On success, \fBfccntl\fR() returns 0. |