OLD | NEW |
| (Empty) |
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.or
g/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
2 <html xmlns="http://www.w3.org/1999/xhtml"> | |
3 <head> | |
4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> | |
5 <title>Introduction</title> | |
6 <link rel="stylesheet" href="udtdoc.css" type="text/css" /> | |
7 </head> | |
8 | |
9 <body> | |
10 <h3><font color="#000080">UDT: UDP-based Data Transfer Library - version 4</font
></h3> | |
11 <p><b><a href="http://www.lac.uic.edu/~yunhong" target="_blank">Yunhong Gu</a></
b></p> | |
12 | |
13 <p>Welcome to the UDT4 SDK documentation.</p> | |
14 <p>UDT is a high performance data transfer protocol - UDP-based data transfer pr
otocol. It was designed for | |
15 data intensive applications over high speed wide area networks, to overcome th
e efficiency and fairness problems of TCP. | |
16 As its name indicates, UDT is built on top of UDP and it provides both reliabl
e data streaming and messaging services. </p> | |
17 <p>Visit <a href="http://udt.sf.net">http://udt.sf.net</a> for most recent news
on UDT.</p> | |
18 | |
19 <p>Check out most current UDT release at <a target="_blank" href="http://sourcef
orge.net/projects/udt/">SourceForge</a> or from <a target="_blank" href="http://
udt.cvs.sourceforge.net/udt/">CVS</a>.</p> | |
20 | |
21 <p><tt class="note1">export CVS_RSH=ssh</tt><br> | |
22 <tt class="note1">cvs -d:pserver:anonymous@udt.cvs.sourceforge.net:/cvsroot/u
dt login</tt><br> | |
23 <tt class="note1"><i>[NOTE: when prompt for password, press the RETURN/ENTER
key]</i></tt><br> | |
24 <tt class="note1">cvs -d:pserver:anonymous@udt.cvs.sourceforge.net:/cvsroot/u
dt co UDT4</tt></p> | |
25 | |
26 <p>In this documentation:</p> | |
27 <ul> | |
28 <li><a href="intro.htm">Introduction</a></li> | |
29 <li><a href="make.htm">Installation</a></li> | |
30 <li><a href="tutorial.htm">Tutorial</a></li> | |
31 <li><a href="reference.htm">Reference</a></li> | |
32 <li><a href="copy.htm">Copyright</a></li> | |
33 </ul> | |
34 <p> </p> | |
35 </body> | |
36 </html> | |
OLD | NEW |