todo.html
来自「C++ TCPIP and UDPIP library of classes」· HTML 代码 · 共 37 行
HTML
37 行
<!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 bgcolor="#ffffff"><!-- Generated by Doxygen 1.2.13.1 --><a name="todo"><h2>Todo List</h2></a><dl compact><dt><a name="_todo000002"></a>Global <a class="el" href="classserver.html#a0">server::server</a>(char *service) <dd>Make availability to open TCP as well as UDP socket.</dl><p><dl compact><dt><a name="_todo000003"></a>Global <a class="el" href="classserver.html#b3">server::listenTCP</a>() <dd>implenent this function (now it is just a copy of listenUDP)</dl><p><dl compact><dt><a name="_todo000004"></a>Global <a class="el" href="classtcpip.html#o0">tcpip::portbase</a> <dd> Make availability to change value of this variable, now it is always equal to 0. </dl><p><dl compact><dt><a name="_todo000001"></a>Global <a class="el" href="main_8cc.html#a0">main</a>(int argc, char *argv[]) <dd>make possibility to chat with other clients (now it can talk with server - the server can not talk to more than one client - every connected client talks with server only) <p>change the program to use TCP/IP, now it uses UDP/IP <p> make a better user interface </dl> <hr><address><small>© 2002 Marcin Caban 'Cabko' and Borys Wisniewski 'Boria'</small></address></body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?