📄 changelog
字号:
$Log: CHANGELOG,v $Revision 1.17 2006/05/19 19:12:26 jainChecking in version 1.3.2. Included bug fixes onlyRevision 1.15 2004/04/17 01:01:05 jain*** empty log message ***Revision 2004/04/15 - updates since version 1.1.1- Modified algorithm to detect interrupt coalescence- Algorithm to estimate available bandwidth in presence of interrupt coalescence.Revision 2003/12/14 - bug fix since version 1.1.0- Modified README.- Make new thread detached in pathload receiver. This fixes a bug in older version, where receiver would hang after approx 20 fleet as not enough memory was available to create a new thread and receiver would exit with a message "Receiver not responding".- Fixed a bug in sender that would cause sender running in iterative mode to exit with "Broken pipe" if receiver was killed.- Simplified code to detect interrupt coalescence.- Several other minor changes in the codeRevision 1.12 2003/04/09 04:31:13 jainModified the READMERevision 2003/04/06 05:16:00Added option to have output in netloggerformat.Revision 2003/04/04 01:21:22implemented function to measure minimum sleeptime using select.Revision 2003/04/03 21:06:57Estimate gettimeofday() latency on sender sincesome freebsd versions have gettimeofdaylatency equal to 5 usec.Revision 2003/04/02 01:42:10Modified the output mesages on pathload receiver.Revision 2003/04/01 16:16:12Added select so that sender doesnot block andnow waits a maximum of 50 sec for a control messagefrom receiver during a ongoing measurement.Also reduced the aggregate threshold from .7 -> to .6.Revision 2003/03/25 19:42:22get_adr() additionally checks for interrupt coallescence.Revision 2003/03/23 04:29:40Modified the command line interface in pathload receiver.Revision 2003/03/21 01:41:17Removed bugs.Revision 2003/03/19 15:27:36Removed bugs.Revision 2003/03/18 12:33:07 jainThread implementation in place of select.select introduces additional latency while is a issue in gigabit path.Revision 2003/02/09 04:36:47 jainTrend detection after each streamcode working in low bandwidth paths.Revision 1.10 2002/10/31 18:13:35 jainCHANGELOG : testing with $Log: CHANGELOG,v $CHANGELOG : testing with Revision 1.17 2006/05/19 19:12:26 jainCHANGELOG : testing with Checking in version 1.3.2. Included bug fixes onlyCHANGELOG : testing withCHANGELOG : testing with Revision 1.15 2004/04/17 01:01:05 jainCHANGELOG : testing with *** empty log message ***CHANGELOG : testing withCHANGELOG : testing with Revision 1.14 2004/01/14 01:49:32 jainCHANGELOG : testing with *** empty log message ***CHANGELOG : testing withCHANGELOG : testing with Revision 1.13 2003/12/14 08:40:55 jainCHANGELOG : testing with 1.1.1-testCHANGELOG : testing withCHANGELOG : testing with Revision 1.12 2003/04/09 04:31:13 jainCHANGELOG : testing with Modified the READMECHANGELOG : testing withCHANGELOG : testing with Revision 1.11 2003/04/09 00:42:35 jainCHANGELOG : testing with *** empty log message ***CHANGELOG : testing withRevision 1.9 2002/10/31 17:49:08 jainCHANGELOG : modified CHANGELOGRevision 1.8 2002/10/31 17:47:27 jainpathload_rcv_func.c : replaced blocking recvfrom by select.pathload_snd_func.c : deley FINISH_STREAM by 200 usec.10/22/02In eliminate_rcvr_side_CS, changed< if ( ( rcvr_time_stamp[i+1] - rcvr_time_stamp[i] ) < rcv_latency )to> if ( ( rcvr_time_stamp[i+1] - rcvr_time_stamp[i] ) <= (1.2 * rcv_latency) )08/02/2002 - 1.0.3.2Added code measure mss on sender and receiver. Also tried some testing on gigabit machines. Geting 100% losses.Dont know why ?08/29/2002 - 1.0.3.3new modifications : first time from gatech08/29/2002 - 1.0.3.3new modifications : first time from gatech09/12/2002 Changed min packet size to 300 bytes.Changed min time interval to 150 usec.07/25/02Added code in pathload_snd_func to sendstream at lower rates ( < 1..17 mbps ).07/25/02Made grey_bw_resolution 5% of ADR.Earlier it was 1.5 MBPS.what if ADR could not be measures ?
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -