⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 group__opentcp__config.html

📁 Freescale mcu OpenTCP-1.0.4.doc.html.zip 文档
💻 HTML
📖 第 1 页 / 共 2 页
字号:
Definition at line <a class="el" href="tcp__ip_8h-source.html#l00091">91</a> of file <a class="el" href="tcp__ip_8h-source.html">tcp_ip.h</a>.    </td>  </tr></table><a name="a7" doxytag="tcp_ip.h::TCP_PORTS_END"></a><p><table width="100%" cellpadding="2" cellspacing="0" border="0">  <tr>    <td class="md">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top"> #define TCP_PORTS_END&nbsp;&nbsp;&nbsp;1023      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p>TCP socket numbers will only be assigned to be lower than this  number. <p>Definition at line <a class="el" href="tcp__ip_8h-source.html#l00100">100</a> of file <a class="el" href="tcp__ip_8h-source.html">tcp_ip.h</a>.<p>Referenced by <a class="el" href="tcp_8c-source.html#l02511">tcp_getfreeport()</a>.    </td>  </tr></table><a name="a8" doxytag="tcp_ip.h::UDP_PORTS_END"></a><p><table width="100%" cellpadding="2" cellspacing="0" border="0">  <tr>    <td class="md">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top"> #define UDP_PORTS_END&nbsp;&nbsp;&nbsp;1023      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p>UDP socket numbers will only be assigned to be lower than this  number. <p>Definition at line <a class="el" href="tcp__ip_8h-source.html#l00109">109</a> of file <a class="el" href="tcp__ip_8h-source.html">tcp_ip.h</a>.<p>Referenced by <a class="el" href="udp_8c-source.html#l00684">udp_getfreeport()</a>.    </td>  </tr></table><a name="a9" doxytag="tcp_ip.h::TCP_DEF_RETRIES"></a><p><table width="100%" cellpadding="2" cellspacing="0" border="0">  <tr>    <td class="md">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top"> #define TCP_DEF_RETRIES&nbsp;&nbsp;&nbsp;7      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p>This number defines how many times will TCP module try to retransmit the data before recognizing that connection was broken. Increase this value for high-latency, low-throughput networks with substantial packet loss. <p>Definition at line <a class="el" href="tcp__ip_8h-source.html#l00160">160</a> of file <a class="el" href="tcp__ip_8h-source.html">tcp_ip.h</a>.<p>Referenced by <a class="el" href="tcp_8c-source.html#l02455">tcp_newstate()</a>.    </td>  </tr></table><a name="a10" doxytag="tcp_ip.h::TCP_DEF_KEEPALIVE"></a><p><table width="100%" cellpadding="2" cellspacing="0" border="0">  <tr>    <td class="md">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top"> #define TCP_DEF_KEEPALIVE&nbsp;&nbsp;&nbsp;4      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p>If for TCP_DEF_KEEPALIVE seconds nothing is received/sent over the TCP connection (this includes received empty TCP packets) an empty (keep-alive) TCP packet will be sent to check if the other side is  still replying (and able to reply). <p>Definition at line <a class="el" href="tcp__ip_8h-source.html#l00180">180</a> of file <a class="el" href="tcp__ip_8h-source.html">tcp_ip.h</a>.    </td>  </tr></table><a name="a11" doxytag="tcp_ip.h::TCP_DEF_RETRY_TOUT"></a><p><table width="100%" cellpadding="2" cellspacing="0" border="0">  <tr>    <td class="md">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top"> #define TCP_DEF_RETRY_TOUT&nbsp;&nbsp;&nbsp;4      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p>If data was not acknowledged during the time-frame defined by this value (in seconds) retransmission procedure will occur. <p>Definition at line <a class="el" href="tcp__ip_8h-source.html#l00189">189</a> of file <a class="el" href="tcp__ip_8h-source.html">tcp_ip.h</a>.<p>Referenced by <a class="el" href="tcp_8c-source.html#l02455">tcp_newstate()</a>, and <a class="el" href="tcp_8c-source.html#l00808">tcp_poll()</a>.    </td>  </tr></table><a name="a12" doxytag="tcp_ip.h::TCP_INIT_RETRY_TOUT"></a><p><table width="100%" cellpadding="2" cellspacing="0" border="0">  <tr>    <td class="md">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top"> #define TCP_INIT_RETRY_TOUT&nbsp;&nbsp;&nbsp;1      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p>Initial retransmission is made a little faster, which helps with connection establishment if ARP cache didn't contain remote IP address. <p>Definition at line <a class="el" href="tcp__ip_8h-source.html#l00198">198</a> of file <a class="el" href="tcp__ip_8h-source.html">tcp_ip.h</a>.<p>Referenced by <a class="el" href="tcp_8c-source.html#l02455">tcp_newstate()</a>.    </td>  </tr></table><a name="a13" doxytag="tcp_ip.h::TCP_SYN_RETRY_TOUT"></a><p><table width="100%" cellpadding="2" cellspacing="0" border="0">  <tr>    <td class="md">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top"> #define TCP_SYN_RETRY_TOUT&nbsp;&nbsp;&nbsp;2      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p>Controls SYN packet (segment) retransmit period. <p>Definition at line <a class="el" href="tcp__ip_8h-source.html#l00206">206</a> of file <a class="el" href="tcp__ip_8h-source.html">tcp_ip.h</a>.<p>Referenced by <a class="el" href="tcp_8c-source.html#l00808">tcp_poll()</a>.    </td>  </tr></table><a name="a14" doxytag="tcp_ip.h::TCP_DEF_TOUT"></a><p><table width="100%" cellpadding="2" cellspacing="0" border="0">  <tr>    <td class="md">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top"> #define TCP_DEF_TOUT&nbsp;&nbsp;&nbsp;120      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p>This period defines idle timeout in seconds - this feature allows TCP/IP stack to close the TCP connection if no data has been exchanged over it during this period of time. This relates ONLY to data. Empty keep-alive TCP packets are not included. <p>Definition at line <a class="el" href="tcp__ip_8h-source.html#l00225">225</a> of file <a class="el" href="tcp__ip_8h-source.html">tcp_ip.h</a>.<p>Referenced by <a class="el" href="http__server_8c-source.html#l00093">https_init()</a>, <a class="el" href="pop3__client_8c-source.html#l00148">pop3c_init()</a>, and <a class="el" href="smtp__client_8c-source.html#l00155">smtpc_init()</a>.    </td>  </tr></table><a name="a15" doxytag="timers.h::NUMTIMERS"></a><p><table width="100%" cellpadding="2" cellspacing="0" border="0">  <tr>    <td class="md">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top"> #define NUMTIMERS&nbsp;&nbsp;&nbsp;55      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p>Change this number to change the size of the timer pool. <p>Definition at line <a class="el" href="timers_8h-source.html#l00077">77</a> of file <a class="el" href="timers_8h-source.html">timers.h</a>.<p>Referenced by <a class="el" href="timers_8c-source.html#l00248">decrement_timers()</a>, <a class="el" href="timers_8c-source.html#l00169">free_timer()</a>, <a class="el" href="timers_8c-source.html#l00131">get_timer()</a>, <a class="el" href="timers_8c-source.html#l00194">init_timer()</a>, and <a class="el" href="timers_8c-source.html#l00105">timer_pool_init()</a>.    </td>  </tr></table><hr><address style="align: right;"><small>Generated on Sun Aug 3 20:33:01 2003 for OpenTCP by<a href="http://www.doxygen.org/index.html"><img src="doxygen.png" alt="doxygen" align="middle" border=0 width=110 height=53></a>1.2.18 </small></address></body></html>

⌨️ 快捷键说明

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