X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/08eb681376f0a99c445234cc8e4cc9ae2e0b00e5..c6217968ec3d2bfac301530d29b367e1f420cf2c:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 909594f089..9eba399f84 100644 --- a/ChangeLog +++ b/ChangeLog @@ -83,6 +83,14 @@ Models: This change may impact on the timing of your simulation results. Take care when comparing simulations from different SimGrid's versions. Sorry for the inconvenience. + - Dynamic network factors: users can configure a callback to define + the network factors dynamically. This API is available at + simgrid::kernel::resource::NetworkModelIntf. + - Users have access to complete information about the current communication + to decide which factor to apply. This includes: message size, source and + destination hosts, links and zones traversed. + - Dynamic factors for both latency and bandwidth. + - For more details, see the example in (examples/cpp/network-factors). XBT: - xbt_assert is not disabled anymore, even when built with enable_debug=off.