group__apr__sockopt.html

来自「apr函数库使用手册」· HTML 代码 · 共 428 行 · 第 1/2 页

HTML
428
字号
        </tr>
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Keepalive     </td>
  </tr>
</table>
<a class="anchor" name="ga0" doxytag="apr_network_io.h::APR_SO_LINGER" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> #define APR_SO_LINGER&nbsp;&nbsp;&nbsp;1    /**&lt; Linger */          </td>
        </tr>
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Linger     </td>
  </tr>
</table>
<a class="anchor" name="ga3" doxytag="apr_network_io.h::APR_SO_NONBLOCK" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> #define APR_SO_NONBLOCK&nbsp;&nbsp;&nbsp;8    /**&lt; Non-blocking IO */          </td>
        </tr>
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Non-blocking IO     </td>
  </tr>
</table>
<a class="anchor" name="ga6" doxytag="apr_network_io.h::APR_SO_RCVBUF" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> #define APR_SO_RCVBUF&nbsp;&nbsp;&nbsp;128  /**&lt; Receive buffer */          </td>
        </tr>
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Receive buffer     </td>
  </tr>
</table>
<a class="anchor" name="ga4" doxytag="apr_network_io.h::APR_SO_REUSEADDR" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> #define APR_SO_REUSEADDR&nbsp;&nbsp;&nbsp;16   /**&lt; Reuse addresses */          </td>
        </tr>
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Reuse addresses     </td>
  </tr>
</table>
<a class="anchor" name="ga5" doxytag="apr_network_io.h::APR_SO_SNDBUF" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> #define APR_SO_SNDBUF&nbsp;&nbsp;&nbsp;64   /**&lt; Send buffer */          </td>
        </tr>
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Send buffer     </td>
  </tr>
</table>
<a class="anchor" name="ga14" doxytag="apr_network_io.h::APR_TCP_DEFER_ACCEPT" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> #define APR_TCP_DEFER_ACCEPT          </td>
        </tr>
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
<b>Value:</b><pre class="fragment"><div>32768 <span class="comment">/**&lt; Delay accepting of new connections </span>
<span class="comment">                                    * until data is available.</span>
<span class="comment">                                    * @see apr_socket_accept_filter</span>
<span class="comment">                                    */</span>
</div></pre>Delay accepting of new connections until data is available. <dl compact><dt><b>See also:</b></dt><dd><a class="el" href="group__apr__network__io.html#ga37">apr_socket_accept_filter</a> </dd></dl>
    </td>
  </tr>
</table>
<a class="anchor" name="ga8" doxytag="apr_network_io.h::APR_TCP_NODELAY" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> #define APR_TCP_NODELAY          </td>
        </tr>
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
<b>Value:</b><pre class="fragment"><div>512  <span class="comment">/**&lt; For SCTP sockets, this is mapped</span>
<span class="comment">                                   * to STCP_NODELAY internally.</span>
<span class="comment">                                   */</span>
</div></pre>For SCTP sockets, this is mapped to STCP_NODELAY internally.     </td>
  </tr>
</table>
<a class="anchor" name="ga9" doxytag="apr_network_io.h::APR_TCP_NOPUSH" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> #define APR_TCP_NOPUSH&nbsp;&nbsp;&nbsp;1024 /**&lt; No push */          </td>
        </tr>
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
No push     </td>
  </tr>
</table>
<hr size="1"><address style="align: right;"><small>Generated on Mon Feb 7 13:18:25 2005 for Apache Portable Runtime by
<a href="../../../www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0 ></a> 1.3.7 </small></address>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?