Timeline
05/25/10:
- 17:34 Changeset [4855] by
- TFRC's max rate is bounded by 50 Mbytes/sec. This means that IPI can go …
- 17:23 Changeset [4854] by
- printing send rate
- 17:02 Changeset [4853] by
- TFRC also has 3 DUPACK margin to allow packet re-ordering when determining …
05/20/10:
- 18:47 Changeset [4852] by
- ** completed TFRC algorithm ** o when sending... -- record seqno and …
- 12:33 Changeset [4851] by
- printing customized debug statement
05/19/10:
- 16:59 Changeset [4850] by
- this commit is to revoke Revision 4833. after using socket timestamp when …
- 16:41 Changeset [4849] by
- ** SO_TIMESTAMP is now working fine ** (tested over FreeBSD and Linux) …
05/18/10:
- 15:02 Changeset [4848] by
- get SO_TIMESTAMP
- 12:16 Changeset [4847] by
- VS2010 updates
- 10:03 Changeset [4846] by
- Undo accidental commit where libmingwex.a was used instead of …
- 09:58 Changeset [4845] by
- Rename DeckLinkAPI_i.c to DeckLinkAPI_i.cpp in vic.vcxproj.filters …
05/16/10:
- 08:04 Changeset [4844] by
- Regenerate configure and remove trailing whitespaces in configure.in
- 07:50 Changeset [4843] by
- Removed pass-1 tcl2cpp embedded tcl files Makefile rule. pass-1 tcl2cpp …
05/15/10:
- 10:48 Changeset [4842] by
- Made mingw32 build a GUI application rather than a console application …
05/14/10:
- 01:58 Changeset [4841] by
- better way (more generic way) for source files inclusion in Makefile.
- 01:28 Changeset [4840] by
- mute unnecessary echo messages (e.g., cc/tools).
- 01:22 Changeset [4839] by
- cc/tools/Makefile was badly written actually - improved a little better.
- 00:45 Changeset [4838] by
- changed Makefile.in so that cc/tools can be compiled together with Vic. …
- 00:27 Changeset [4837] by
- changes for gnuplot script (when xr_send.xg exists, then plot it)
- 00:10 Changeset [4836] by
- added a simple Makefile for easy compile
- 00:06 Changeset [4835] by
- we don't need to create objects that are not necessary o when TFWC, …
05/13/10:
- 18:59 Changeset [4834] by
- print timestamp and seqno when sending XR (from data receiver) -- this is …
- 01:19 Changeset [4833] by
- decay factor when calculating RTT is set to 0.95 (from ns-2 simulator), …
- 00:51 Changeset [4832] by
- RTT plot was a little bit hard to read the data points. changed …
05/12/10:
- 19:19 Changeset [4831] by
- It is critically important for TFWC (or any kind of ack-clock based CC …
- 05:40 Changeset [4830] by
- Few more VS 2010 fixes
- 05:38 Changeset [4829] by
- TargetName? wasn't set to uclmm, i.e. to generate uclmm.lib
- 04:49 Changeset [4828] by
- VS2010 project files that were forgotten to be checked-in
05/11/10:
- 19:08 Changeset [4827] by
- copied Revision 4799 from mpeg branch done by Doug. - copied log message …
- 16:55 Changeset [4826] by
- the byte-mode cwnd operation had a little mistake - Vic had to get …
- 16:21 Changeset [4825] by
- retrieve XR as much as it can, and also as fast as it can. in order to do …
- 14:57 Changeset [4824] by
- "make realclean" really cleans up files which are not under version …
- 14:50 Changeset [4823] by
- Updated to work with Mingw32
- 14:33 Changeset [4822] by
- Forgot to run autoconf…
- 12:39 Changeset [4821] by
- Fixed some windows bugs that appeared when compiling on Windows 7
- 09:19 Changeset [4820] by
- Updated DeckLink? API IDL files to SDK 7.6 Added video\DeckLinkAPI_i.c & …
- 08:55 Changeset [4819] by
- Initial Visual Studio 2010 support
- 08:52 Changeset [4818] by
- Initial Visual Studio 2010 modifications
- 02:01 Changeset [4817] by
- We thought Vic is trying to retrieve XR (ackvec) before sending packets, …
- 01:50 Changeset [4816] by
- modified encoding time plot
05/10/10:
- 19:25 Changeset [4815] by
- corrected a wrong comment and added (re)set_new_ack() methods.
- 19:14 Changeset [4814] by
- When TFWC is being operated by byte-mode cwnd, Vic should be able to send …
- 01:07 Changeset [4813] by
- accidently, added the same debug statement twice! - removed.
- 01:05 Changeset [4812] by
- -- TFWC's initial window size (in bytes) is set to 1460 bytes -- TFRC …
05/09/10:
- 16:10 Changeset [4811] by
- added a debug statement for printing sequence numbers that this AckVec? …
- 16:04 Changeset [4810] by
- forgot to comment out debug printf statement
- 15:54 Changeset [4809] by
- added TFRC's RTT update mechanism
- 15:21 Changeset [4808] by
- rename "cc_tfwc_trigger()" to "tfwc_trigger()".
- 15:14 Changeset [4807] by
- we need to pass every RTP data packet's seqno to TFRC sender as well.
- 11:07 Changeset [4806] by
- Add back MacOS X stuff for building universal library - 64 and 32 bit
- 10:56 Changeset [4805] by
- Deleted as they are generated files
- 02:16 Changeset [4804] by
- added TFRC sending and receiving mechanisms (currently, TFRC's send rate …
05/08/10:
- 14:40 Changeset [4803] by
- basic TFRC send/recv methods are added - almost identical to TFWC up to …
- 12:08 Changeset [4802] by
- we didn't have to specify CtrlHandler? channel for the CC purposes.
- 12:04 Changeset [4801] by
- there was a typo when creating TfrcSndr? constructor
- 08:31 Changeset [4800] by
- Use HAVE_CONFIG_H preprocessor conditional for including uclconf.h, a …
- 02:20 Changeset [4799] by
- Use HAVE_CONFIG_H preprocessor conditional for including uclconf.h, a …
05/07/10:
- 19:02 Changeset [4798] by
- added TFRC sender functions - mainly recv() method oriented.
05/06/10:
- 19:02 Changeset [4797] by
- added necessary header files into TfrcSndr/TfrcRcvr? and renamed …
- 15:30 Changeset [4796] by
- shut off some gcc-4.x warning messages: unused parameters
- 14:46 Changeset [4795] by
- added TFRC base class structure
- 14:20 Changeset [4794] by
- added a header file for the common variable definition
- 14:11 Changeset [4793] by
- TfwcSndr? and TfwcRcvr? were the base class for Transmitter class, making …
05/05/10:
- 17:42 Changeset [4792] by
- there was a typo when creating bytes-mod cwnd operation.
05/03/10:
- 21:32 Changeset [4791] by
- "make clean" didn't clean all necessary files.
04/29/10:
- 17:04 Changeset [4790] by
- there was a mistake (when deciding this packet can be sent).
- 16:31 Changeset [4789] by
- Vic can be controlled by TFWC in byte mode: - cwnd operates in byte mode …
- 13:29 Changeset [4788] by
- x-axis range for the cwnd graph
04/28/10:
- 20:16 Changeset [4787] by
- EWMA packet size estimation has two coefficient high coeff when frames …
- 20:14 Changeset [4786] by
- grep cwnd more precisely
- 20:12 Changeset [4785] by
- tagging in a right place, whether or not it is a new frame.
- 15:09 Changeset [4784] by
- create a field in pktbuf (i.e., bool tag) to indicate if this packet …
04/27/10:
- 18:50 Changeset [4783] by
- calculated packet size using EWMA scheme
- 16:38 Changeset [4782] by
- added a mechanism to adjust "quantizer": as long as cwnd allows: …
Note: See TracTimeline
for information about the timeline view.
