intro.htm

来自「udt.sdk.4.0,UDP的可靠传输项目UDT(开源),采用了类似TCP的滑」· HTM 代码 · 共 41 行

HTM
41
字号
<!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/html; charset=iso-8859-1" /><title>Introduction</title><link rel="stylesheet" href="udtdoc.css" type="text/css" /></head><body><h3><font color="#000080">UDT: UDP-based Data Transfer Library - version 4</font></h3><p><b>Yunhong Gu</b></p><p>Welcome to the UDT4 SDK documentation.</p><p>UDT is a high performance   data transfer protocol - UDP-based data transfer protocol. It was designed for   data intensive applications over wide area networks such as computational grids,   to overcome the efficiency and fairness problems of TCP. As its name indicates, UDT is built on top of UDP and it provides reliable data streaming or messaging services. </p><p>Visit <a href="http://udt.sf.net">http://udt.sf.net</a> for most recent news on UDT.</p><p>Check out most current UDT release at <a target="_blank" href="http://sourceforge.net/projects/udt/">SourceForge</a> or from <a target="_blank" href="http://udt.cvs.sourceforge.net/udt/">CVS</a>.</p><p><tt class="note1">export CVS_RSH=ssh</tt><br>   <tt class="note1">cvs -d:pserver:anonymous@udt.cvs.sourceforge.net:/cvsroot/udt login</tt><br>   <tt class="note1"><i>[NOTE: when prompt for password, press the RETURN/ENTER key]</i></tt><br>   <tt class="note1">cvs -d:pserver:anonymous@udt.cvs.sourceforge.net:/cvsroot/udt co UDT4</tt></p><p>Join the UDT <a target="_blank" href="http://sourceforge.net/mail/?group_id=115059"> mailing list</a> now!</p><p>In this documentation:</p><ul>  <li><a href="intro.htm">Introduction</a></li>  <li><a href="make.htm">Installation</a></li>  <li><a href="tutorial.htm">Tutorial</a></li>  <li><a href="reference.htm">Reference</a></li>  <li><a href="faq.htm">FAQ</a></li>  <li><a href="copy.htm">Copyright</a></li></ul><p>&nbsp;</p></body></html>

⌨️ 快捷键说明

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