Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
ns3: ensure that sending from an host to itself does not segfault
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Sun, 18 Oct 2020 00:04:00 +0000 (02:04 +0200)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Sun, 18 Oct 2020 00:08:49 +0000 (02:08 +0200)
commit5028a3598ee0b23b9e9b52e28a91184d8f9fa551
tree96dd24a01c3c6a868fe2439c7720ba07a60e3efb
parent07ed5a9c7c377b3fbfbe56618419816854297483
ns3: ensure that sending from an host to itself does not segfault

Also add a word in the doc about how we deal with this border case,
and a little test case.
MANIFEST.in
docs/source/ns3.rst
src/surf/network_ns3.cpp
teshsuite/s4u/CMakeLists.txt
teshsuite/s4u/ns3-from-src-to-itself/ns3-from-src-to-itself.cpp [new file with mode: 0644]
teshsuite/s4u/ns3-from-src-to-itself/ns3-from-src-to-itself.tesh [new file with mode: 0644]