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

Unified Diff: net/third_party/udt/README.txt

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/README.chromium ('k') | net/third_party/udt/RELEASE_NOTES.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/third_party/udt/README.txt
===================================================================
--- net/third_party/udt/README.txt (revision 78992)
+++ net/third_party/udt/README.txt (working copy)
@@ -1,41 +0,0 @@
-Copyright (c) 2001 - 2011, The Board of Trustees of the University of Illinois.
-All Rights Reserved.
-
-UDP-based Data Transfer (UDT) Library - version 4
-Author: Yunhong Gu [yunhong.gu @ gmail.com]
-
-UDT version 4 is free software under BSD License. See ./LICENSE.txt.
-
-============================================================================
-
-UDT Website:
-http://udt.sf.net
-http://sf.net/projects/udt/
-
-
-CONTENT:
-./src: UDT source code
-./app: Example programs
-./doc: UDT documentation (HTML)
-./win: Visual C++ project files for the Windows version of UDT
-
-
-To make:
- make -e os=XXX arch=YYY
-
-XXX: [LINUX(default), BSD, OSX]
-YYY: [IA32(default), POWERPC, IA64, AMD64]
-
-For example, on OS X, you may need to do "make -e os=OSX arch=POWERPC";
-on 32-bit i386 Linux system, simply use "make".
-
-On Windows systems, use the Visual C++ project files in ./win directory.
-
-
-To use UDT in your application:
-Read index.htm in ./doc. The documentation is in HTML format and requires your
-browser to support JavaScript.
-
-
-Questions? please post to the UDT project forum:
-https://sourceforge.net/projects/udt/forums
« no previous file with comments | « net/third_party/udt/README.chromium ('k') | net/third_party/udt/RELEASE_NOTES.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698