Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(500)

Unified Diff: net/third_party/udt/doc/doc/t-udt3.htm

Issue 6708091: Remove UDT. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/third_party/udt/doc/doc/t-msg.htm ('k') | net/third_party/udt/doc/doc/trace.htm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/third_party/udt/doc/doc/t-udt3.htm
===================================================================
--- net/third_party/udt/doc/doc/t-udt3.htm (revision 78992)
+++ net/third_party/udt/doc/doc/t-udt3.htm (working copy)
@@ -1,34 +0,0 @@
-<!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>
-<div class="ref_head">&nbsp;UDT Tutorial</div>
-
-<h3><font color="#000080">Transition from UDT3</font></h3>
-<p>If you have never used UDT before, please skip this page.</p>
-
-<p>If you are familiar with previous versions of UDT, in particular UDT3, please noted that we have several major changes in UDT4 and you may need to modify your existing code a little
-in order to use UDT4. In addition, different versions of UDT do not communicate with each other.</p>
-
-<p>UDT4 have made the following improvements </p>
-<ul>
- <li>UDT4 uses a UDP multiplexer for multiple UDT sockets, therefore it is possible (and by default) all UDT sockets in one process will share one UDP port. This scheme makes it easier
-for firewall traversing.</li>
- <li>UDT4 has a new buffer management module that enables all UDT sockets in one process can share protocol buffer. The goodness it brings is the much less memory usage for multiple
-UDT connections compared to previous versions.</li>
- <li>UDT4 can automatically resize its buffer in order to reduce memory usage while providing maximum throughput.</li>
- <li>Because of the new memory management scheme, overlapped IO has been removed from UDT4. If your existing code uses overlapped IO, you need to modify it to use regular IO. This is
-the only change needed for exiting code to move from UDT3 to UDT4.</li>
- <li>UDT4 has an enhanced code based and some bug fixes.</li>
-</ul>
-
-<p>Finally, UDT4 does not provide the NS-2 simulation code (nor any support to previous versions of simulation code) any more.</p>
-
-<p>&nbsp;</p>
-</body>
-</html>
« no previous file with comments | « net/third_party/udt/doc/doc/t-msg.htm ('k') | net/third_party/udt/doc/doc/trace.htm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698