Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Unblock the number of communications that can be done with NS-3 by
authorbcamus <benjamin.camus@inria.fr>
Thu, 19 Sep 2019 09:51:22 +0000 (11:51 +0200)
committerbcamus <benjamin.camus@inria.fr>
Thu, 19 Sep 2019 09:51:22 +0000 (11:51 +0200)
commit7ecbc1b14472e8aaf2d0764bd4d37859c10592a2
treea0e7eeaedcb873b1dc98159838b026725ceb4ee4
parent79b3fb5610812a6434ca06222ce71b65e31555ee
Unblock the number of communications that can be done with NS-3 by
  + looping on the ports used to communicate,
  + and closing the sockets on the receiver sides (nb. the senders sockets were already closed). This point also improves the NS-3 bindings performance.
src/surf/network_ns3.cpp
src/surf/ns3/ns3_simulator.cpp