Removed tag v0.4
Optimised autotune code
Fixed pkt_id size and added crc64 code
Default hash function for generating packet IDs is now crc64 to
Bumped up version number to 0.4
Added tag v0.4 for changeset d42d0f286600
Updated wth new date, new command line options and textual descriptions for them
Fix make distro
Fixed threading bug that causes segfault with newer pthread lib on Linux
Added tag v0.4 for changeset 8b9f676fed0e
Added auto-tuning of delta_t_max (-d) based on actual clock offsets
fix id tag in pktloss.py
Embedded fonts in all figures/graphs of the docs
Small editorial changes in docs
Plotting time serie data points of the first flow twice
I have updated all the plot() code, but boxplot() is unchanged as it is not clear from the R man page whether panel.first works as expected (need to test) and for boxplot() plotting the first series twice is much less of an issue due to the relatively small size (assuming not too many outliers).
Optimised plotting by avoiding the double plotting of the first series
experiment runs for longer than needed
Ok. Sounds like a good idea. The code also looks good to me. Have you updated the documentation? I assign this to Grenville as you guys are closer to each other :).
I appreciate that somebody finally cleans this up :). But shouldn't the duration simply be max(TrafficGen_wait_time[i] +TrafficGen_duration[i]) for i = 1 to number of traffic generators? Otherwise, we would still potentially have extra wait time, e..g if somebody defines duration but then does use a shorter constant duration for the first and only defined traffic generator.
Thanks, that is a good optimisation which is long overdue. We should apply this to all plot() though. I will work on it.
Plotting time serie data points of the first flow twice
Looks good to me, please apply.
Flow timeout fix
Fix flow timeout bug with trace file mode and sparse packets in trace
If cover traffic is read from trace, drain queue of reinject events
set default snap size to 0
Fixed packet length in output pcapfile with new libtrace versions
- fix non-default log file name bug, now cchef logs to file
fixed type cast
I think we don't need the "if len(glob.glob(file_pattern)) != 0:" check right?
This fix looks good to me. You can close the ticket after this is checked in. Cheers,...
tcpdump not in path on Linux
tcpdump not in path on Linux
Fix for (2) now in repository
Do not create entries with empty flow list in c...
Relax TPCONF_max_time_diff = 1
Set to 2 now in all example configs
Missing bc_ping in config examples
Change done
Broadcast ping enabled in all example configs
tcpdump not in path on Linux
Missing bc_ping in config examples
Ok, will add this to all.
Sounds good.
Relax TPCONF_max_time_diff = 1
Relax TPCONF_max_time_diff = 1
I'm sorry but the packet loss analysis is very experimental and not officially supported....
disable receive buffer auto-tuning in FreeBSD hosts
Thanks. I have added the line you suggested in hostsetup.py, so receive buffer tuning...
disable receive buffer auto-tuning in FreeBSD hosts
comment-code inconsistency in hostsetup.py
Thanks. I have updated the comment so it is consistent with the code now.
Yes, having only one dictionary was a deliberate choice (see also the first "if"...
Dictionary instantiation in SourceFilter
Merge stable into default
Added tag v1.0 for changeset 5a6effa59919
Merge stable back into default
Updated URLs in README to vesion 1.0 TRs yet to...
Added note that to analyse data with old test I...
Merge stable back into default
Fixed get_version task so it works with mercurial
Merged stable into default
Changed default experiment ID prefix to: 'exp_'...
Merging stable into default
Changed Sebastian's email to gmx address, excep...
Changed version to 1.0
Changed version number to 1.0.0
Fix bug
Started code freeze for release 1.0
Code cleanup and little fixes
Fixed bug in Windows 7 host setup
Added keyword substitution
Cleanup temp directory in case of abort
Fixed last Id tags
Fixed last Id tags
Updated make_tar.sh
enable keywords
Updated get_hg_info.sh script
enable keywords
Initial commit