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

📄 todo.html

📁 Freescale mcu OpenTCP-1.0.4.doc.html.zip 文档
💻 HTML
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"><title>Todo List</title><link href="doxygen.css" rel="stylesheet" type="text/css"></head><body><!-- Generated by Doxygen 1.2.18 --><center><a class="qindex" href="main.html">Main Page</a> &nbsp; <a class="qindex" href="modules.html">Modules</a> &nbsp; <a class="qindex" href="annotated.html">Data Structures</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="functions.html">Data Fields</a> &nbsp; <a class="qindex" href="globals.html">Globals</a> &nbsp; <a class="qindex" href="pages.html">Related Pages</a> &nbsp; <a class="qindex" href="examples.html">Examples</a> &nbsp; </center><hr><h1><a name="todo">Todo List</a></h1><a name="_todo000001"></a><dl compact><dt>File <a class="el" href="init_8c.html">init.c</a> <dd></dl><p><a name="_todo000002"></a><dl compact><dt>File <a class="el" href="vectors_8c.html">vectors.c</a> <dd></dl><p><a name="_todo000003"></a><dl compact><dt>File <a class="el" href="arp_8c.html">arp.c</a> <dd><ul><li> Offer direct control over ARP (needed in future for DHCP)</dl></ul><a name="_todo000004"></a><dl compact><dt>File <a class="el" href="bootp_8c.html">bootp.c</a> <dd><ul><li> Offer callback for once the BOOTP client is definitely finished ( <a class="el" href="bootp_8h.html#a7">BOOTPC_STATE_REPLY_GET</a> state)</dl></ul><a name="_todo000005"></a><dl compact><dt>File <a class="el" href="main__demo_8c.html">main_demo.c</a> <dd></dl><p><a name="_todo000006"></a><dl compact><dt>File <a class="el" href="tcp__client__demo_8c.html">tcp_client_demo.c</a> <dd></dl><p><a name="_todo000007"></a><dl compact><dt>File <a class="el" href="tcp__server__demo_8c.html">tcp_server_demo.c</a> <dd></dl><p><a name="_todo000008"></a><dl compact><dt>File <a class="el" href="udp__demo_8c.html">udp_demo.c</a> <dd></dl><p><a name="_todo000009"></a><dl compact><dt>File <a class="el" href="dhcpc_8c.html">dhcpc.c</a> <dd><ul><li> We SHOULD first test (with PING or ARP) assigned IP address to see if it's in use already.</dl></ul><a name="_todo000010"></a><dl compact><dt>File <a class="el" href="dns_8c.html">dns.c</a> <dd><ul><li> Probably should implement sending different ID with requests. <li> Maybe create similar cache as for ARP ? <li> <b>Definitely</b> implement DNS's IP address use as a parameter to get_host_by_name function. This would allow more flexible manipulation</dl></ul><a name="_todo000011"></a><dl compact><dt>File <a class="el" href="ethernet_8c.html">ethernet.c</a> <dd><ul><li> How to adopt to different MCU speeds in the code?</dl></ul><a name="_todo000012"></a><dl compact><dt>File <a class="el" href="http__server_8c.html">http_server.c</a> <dd></dl><p><a name="_todo000013"></a><dl compact><dt>File <a class="el" href="https__callbacks_8c.html">https_callbacks.c</a> <dd></dl><p><a name="_todo000014"></a><dl compact><dt>File <a class="el" href="icmp_8c.html">icmp.c</a> <dd><ul><li> Add more functionality, not just ICMP Echo request/reply (possibly Destination unreachable processing) <li> IP address setting option should be runtime or define configurable</dl></ul><a name="_todo000015"></a><dl compact><dt>Global <a class="el" href="system_8h.html#a7">OS_EnterCritical</a> <dd><ul><li> Move this to other arch-dependant place</dl></ul><a name="_todo000016"></a><dl compact><dt>Global <a class="el" href="system_8h.html#a8">OS_ExitCritical</a> <dd><ul><li> Move this to other arch-dependant place</dl></ul><a name="_todo000017"></a><dl compact><dt>File <a class="el" href="ip_8c.html">ip.c</a> <dd><ul><li> Implement stub handler for supporting fragmented datagrams ( may be usefull on MCUs with lots of available RAM)</dl></ul><a name="_todo000018"></a><dl compact><dt>File <a class="el" href="pop3__client_8c.html">pop3_client.c</a> <dd></dl><p><a name="_todo000019"></a><dl compact><dt>File <a class="el" href="pop3c__callbacks_8c.html">pop3c_callbacks.c</a> <dd></dl><p><a name="_todo000020"></a><dl compact><dt>File <a class="el" href="smtp__client_8c.html">smtp_client.c</a> <dd></dl><p><a name="_todo000021"></a><dl compact><dt>File <a class="el" href="smtpc__callbacks_8c.html">smtpc_callbacks.c</a> <dd></dl><p><a name="_todo000022"></a><dl compact><dt>File <a class="el" href="system_8c.html">system.c</a> <dd></dl><p><a name="_todo000023"></a><dl compact><dt>File <a class="el" href="tcp_8c.html">tcp.c</a> <dd><ul><li> Check if tcp_tempbuf can be thrown out and net_buf used instead. Application normally don't use the first part of tcp_tempbuf anyway and there shouldn't be any overlapping with other applications (TCP/UDP) either. <li> There's probably no need for that <b>+1</b> for determining the size of tcp_tempbuf. But if previous TODO is possible, this isn't important anyway. <li> Implement per-socket window size (just add API function)</dl></ul><a name="_todo000024"></a><dl compact><dt>File <a class="el" href="tftps_8c.html">tftps.c</a> <dd><ul><li> Offer callback functions for TFTP server</dl></ul><a name="_todo000025"></a><dl compact><dt>File <a class="el" href="timers_8c.html">timers.c</a> <dd></dl><p><a name="_todo000026"></a><dl compact><dt>File <a class="el" href="udp_8c.html">udp.c</a> <dd><ul><li> Send ICMP Destination Unreachable when receiving UDP packets to non-existent UDP ports.</dl> </ul><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 + -