Fix core dump in rmr_probe when -r option given
[ric-plt/lib/rmr.git] / docs / rmr_set_fack.3.rst
1 .. 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 ============================================================================================
8 Man Page: rmr_set_fack
9 ============================================================================================
10
11
12
13
14 RMR LIBRARY FUNCTIONS
15 =====================
16
17
18
19 NAME
20 ----
21
22 rmr_set_fack
23
24
25 SYNOPSIS
26 --------
27
28
29 ::
30
31   #include <rmr/rmr.h>
32
33   void rmr_set_fack( void* vctx );
34
35
36
37
38 DESCRIPTION
39 -----------
40
41 The ``rmr_set_fack`` function enables *fast TCP
42 acknowledgements* if the underlying transport library
43 supports it. This might be useful for applications which must
44 send messages at a maximum rate.
45
46
47 RETURN VALUE
48 ------------
49
50 There is no return value.
51
52
53 ERRORS
54 ------
55
56 This function does not generate any errors.
57
58
59 SEE ALSO
60 --------
61
62 rmr_init(3),