Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix how wifi's host_rate is used in communicate()
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Thu, 14 May 2020 18:17:31 +0000 (20:17 +0200)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Thu, 14 May 2020 18:17:36 +0000 (20:17 +0200)
commit57da58e0721a3b6e1b6f30a21e3ce9a5b61aa5d1
treeee0a81724e32e2b7305c6d586d34cd7d46275649
parent91e5c0de1cc47b4316c6a23a6f2c697df0c838fe
fix how wifi's host_rate is used in communicate()

- Enforce that we use the first provided link for the src host,
  and the last one for the dst host
- Assert that the provided links are actually associated to by the right host
- Fix the test that was missing an association
src/surf/network_cm02.cpp
teshsuite/surf/wifi_usage/wifi_usage.cpp