blob: 10cdf592a54c1437d16bbb9620b8b116593d4dc5 [file] [log] [blame]
E. Scott Danielsece5bbe2020-07-21 13:39:18 -04001.. This work is licensed under a Creative Commons Attribution 4.0 International License.
2.. SPDX-License-Identifier: CC-BY-4.0
3.. CAUTION: this document is generated from source in doc/src/rtd.
4.. To make changes edit the source and recompile the document.
5.. Do NOT make changes directly to .rst or .md files.
6
7============================================================================================
8Man Page: rmr_set_fack
9============================================================================================
10
11
E. Scott Danielsa3a121c2020-05-06 09:07:08 -040012
13
14RMR LIBRARY FUNCTIONS
15=====================
16
17
18
19NAME
20----
21
E. Scott Danielsece5bbe2020-07-21 13:39:18 -040022rmr_set_fack
E. Scott Danielsa3a121c2020-05-06 09:07:08 -040023
24
25SYNOPSIS
26--------
27
E. Scott Danielsece5bbe2020-07-21 13:39:18 -040028
29::
30
31 #include <rmr/rmr.h>
32
33 void rmr_set_fack( void* vctx );
34
35
E. Scott Danielsa3a121c2020-05-06 09:07:08 -040036
37
38DESCRIPTION
39-----------
40
E. Scott Danielsece5bbe2020-07-21 13:39:18 -040041The ``rmr_set_fack`` function enables *fast TCP
42acknowledgements* if the underlying transport library
43supports it. This might be useful for applications which must
44send messages at a maximum rate.
E. Scott Danielsa3a121c2020-05-06 09:07:08 -040045
46
47RETURN VALUE
48------------
49
E. Scott Danielsece5bbe2020-07-21 13:39:18 -040050There is no return value.
E. Scott Danielsa3a121c2020-05-06 09:07:08 -040051
52
53ERRORS
54------
55
E. Scott Danielsece5bbe2020-07-21 13:39:18 -040056This function does not generate any errors.
E. Scott Danielsa3a121c2020-05-06 09:07:08 -040057
58
59SEE ALSO
60--------
61
E. Scott Danielsece5bbe2020-07-21 13:39:18 -040062rmr_init(3),