01b8ae3d73ca3265d0b977e7fe4fa44f898ba91b
[ric-plt/lib/rmr.git] / docs / rmr_set_fack.3.rst
1  
2  
3 .. This work is licensed under a Creative Commons Attribution 4.0 International License. 
4 .. SPDX-License-Identifier: CC-BY-4.0 
5 .. CAUTION: this document is generated from source in doc/src/rtd. 
6 .. To make changes edit the source and recompile the document. 
7 .. Do NOT make changes directly to .rst or .md files. 
8  
9  
10 ============================================================================================ 
11 Man Page: rmr_set_fack 
12 ============================================================================================ 
13  
14 RMR Library Functions 
15 ============================================================================================ 
16  
17  
18 NAME 
19 -------------------------------------------------------------------------------------------- 
20  
21 rmr_set_fack 
22  
23 SYNOPSIS 
24 -------------------------------------------------------------------------------------------- 
25  
26  
27 :: 
28   
29  #include <rmr/rmr.h>
30  void rmr_set_fack( void* vctx );
31  
32  
33  
34 DESCRIPTION 
35 -------------------------------------------------------------------------------------------- 
36  
37 The rmr_set_fack function enables *fast TCP acknowledgements* 
38 if the underlying transport library supports it. This might 
39 be useful for applications which must send messages at a 
40 maximum rate. 
41  
42 RETURN VALUE 
43 -------------------------------------------------------------------------------------------- 
44  
45 There is no return value. 
46  
47 ERRORS 
48 -------------------------------------------------------------------------------------------- 
49  
50 This function does not generate any errors. 
51  
52 SEE ALSO 
53 -------------------------------------------------------------------------------------------- 
54  
55 rmr_init(3),