-
lilyco committed revision 345 to the SECTOR SVN repository, changing 7 files.
2009-11-07 16:26:27 UTC in SECTOR
-
lilyco committed patchset 209 of module UDT4 to the udt CVS repository, changing 2 files.
2009-11-07 02:59:54 UTC in udt
-
如果只需要5秒钟,可以只用下面一个条件
if (m_iEXPCount * ((m_iEXPCount - 1) * (m_iRTT + 4 * m_iRTTVar) / 2 + m_iSYNInterval) > 5000000)
2009-11-05 18:23:42 UTC in udt
-
lilyco committed revision 344 to the SECTOR SVN repository, changing 4 files.
2009-11-04 04:42:50 UTC in SECTOR
-
core.cpp, CUDT::checktimers.
2009-11-04 02:38:04 UTC in udt
-
lilyco committed revision 343 to the SECTOR SVN repository, changing 1 files.
2009-11-03 04:35:05 UTC in SECTOR
-
https://sourceforge.net/projects/udt/forums/forum/852996/topic/3384132?message=7605706.
2009-11-01 13:36:23 UTC in udt
-
lilyco committed revision 342 to the SECTOR SVN repository, changing 4 files.
2009-10-31 02:25:34 UTC in SECTOR
-
Hi, Saurabh
There is no explicit UDT API thet let you do so. On the receiver side, you can use UDT::perfmon to show the amount of data received (and compare it against the total data size). On the sender side, you can retrieve the amount of data sent by perfmon. The sender side may not be accurate due to retransmission.
2009-10-29 17:48:41 UTC in udt
-
你用那个appserver/appclient测试的时候改过UDT_MSS么? Windows XP缺省用1024Byte MSS比较合适,用其他的值对速度影响很大。.
2009-10-29 01:55:07 UTC in udt