readme.txt

来自「Last Update: Jan 22 2009 可靠UDP传输, 一套高」· 文本 代码 · 共 43 行

TXT
43
字号
Copyright (c) 2001 - 2008, The Board of Trustees of the University of Illinois.
All Rights Reserved.

UDP-based Data Transfer (UDT) Library - version 4
Author: Yunhong Gu

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:     VS.Net 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 Studio .NET 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-help forum or the udt-general mailing list:
http://sourceforge.net/forum/forum.php?forum_id=393037
http://sourceforge.net/mailarchive/forum.php?forum_id=44580

⌨️ 快捷键说明

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