History | View | Annotate | Download (5.94 KB)
add per-link events.
Add a new flag (-E) to turn on the per-link event. This implies the event-driven mode (-e).Each peer i sends an offer to its neighbor j every offer_interval times probability of j seconds, deterministically.
fix usage print alignment
add auto-convergence feature; simulation stops after delay convergence is reached, a chunk analysis window size can be specified
merge the delay_log feature, solve conflicts
add delay logging functionality
add windowed analysis modeadd tests for convergence analysis function
make possible to analyze chunk data on blocks, evaluating the last available.
add auto convergence feature
this feature allow the specification a parameter of convergence on the average receiving delay and the termination of the simulation
add network load factor option.
This feature enables to specify the maximum stress on the network during streaming.Default is netload=1, so the sum of chunks sent in one chunk time is at maximum equal to the number of peers.
merge graph_matrix branch and fix conflicts.
combine graph files, matrix eigenvectors and simulation
This commit bind together SSSim with the matrix module which can load from file ".edges".the centrality properties of the peers can be derived from the matrix to speed up the distribution
apply small bufixes
refactor action event initialization and standardize event priority
two default priority levels are defined: HIGH_EVENT_PRIORITY and LOW_EVENT_PRIORITY
add event driven simulation module
the '-e' parameter can be used to make SSSim use the event driven simulation approach
first version