aboutsummaryrefslogtreecommitdiff
path: root/doc/oscl_html/oscl__socket__tuneables_8h.html
blob: cd8247e61a1b7abfb6728fecb273612e7d2c65f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>oscl: oscl_socket_tuneables.h File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.6.3 -->
<div class="navigation" id="top">
  <div class="tabs">
    <ul>
      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
      <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
      <li><a href="modules.html"><span>Modules</span></a></li>
      <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
      <li class="current"><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
  <div class="tabs">
    <ul>
      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
      <li><a href="globals.html"><span>Globals</span></a></li>
    </ul>
  </div>
</div>
<div class="contents">
<h1>oscl_socket_tuneables.h File Reference</h1><code>#include &quot;<a class="el" href="osclconfig__io_8h_source.html">osclconfig_io.h</a>&quot;</code><br/>
<code>#include &quot;<a class="el" href="osclconfig__proc_8h_source.html">osclconfig_proc.h</a>&quot;</code><br/>

<p><a href="oscl__socket__tuneables_8h_source.html">Go to the source code of this file.</a></p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td colspan="2"><h2>Defines</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="oscl__socket__tuneables_8h.html#a10bd2735564c0c26932b2d96f28c56b8">PV_OSCL_SOCKET_STATS_LOGGING</a>&nbsp;&nbsp;&nbsp;0</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="oscl__socket__tuneables_8h.html#a5b04be21b5688414b85ed7c78e887107">PV_SOCKET_SERVER</a>&nbsp;&nbsp;&nbsp;1</td></tr>
</table>
<hr/><h2>Define Documentation</h2>
<a class="anchor" id="a10bd2735564c0c26932b2d96f28c56b8"></a><!-- doxytag: member="oscl_socket_tuneables.h::PV_OSCL_SOCKET_STATS_LOGGING" ref="a10bd2735564c0c26932b2d96f28c56b8" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">#define PV_OSCL_SOCKET_STATS_LOGGING&nbsp;&nbsp;&nbsp;0</td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>This file contains default definitions of all the the tuning parameters for the Oscl sockets.</p>
<p>If parameters are defined in <a class="el" href="osclconfig__io_8h.html" title="This file contains common typedefs based on the ANSI C limits.h header.">osclconfig_io.h</a>, those definitions will take precedence over the ones in this file.</p>
<p>PV_SOCKET_REQUEST_AO_PRIORITY sets the priority of the socket request completion AOs.</p>
<p>Set this to 0 or 1 to enable/disable socket stats logging with "OsclSocketStats" node. This feature is fairly costly so should be off in production code. </p>

</div>
</div>
<a class="anchor" id="a5b04be21b5688414b85ed7c78e887107"></a><!-- doxytag: member="oscl_socket_tuneables.h::PV_SOCKET_SERVER" ref="a5b04be21b5688414b85ed7c78e887107" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">#define PV_SOCKET_SERVER&nbsp;&nbsp;&nbsp;1</td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Enable/disable the PV socket server here. </p>

</div>
</div>
</div>
<hr size="1"><img src="pvlogo_small.jpg"><address style="align: right;"><small>OSCL API</small>
<address style="align: left;"><small>Posting Version: CORE_9.002.1.1 </small>
</small></address>
</body>
</html>