Hi,
Some precisions:
- you can now use the environment variable DCE_PATH similar to how you
use PATH, i.e. DCE will look into the directories listed in DCE_PATH
for binaries (for instance mine is set to export
DCE_PATH="/home/teto/libos-tools:/home/teto/iproute2/ip:/home/teto/iperf3/src"),
which is more convenient then the old way of symlinking binaries that
would disappear on ./waf clean.
- Netlink support has been improved, you can look at the netlink-test
for an example on how to export netlink communications in a pcap
directly readable by wireshark. It is helpful to debug netlink
problems. It allowed to fix some problems in getifaddr which prevent
the ntpd program to start for instance.
- the documentation now contains a detailed guide on how to compile an
MPTCP kernel for DCE.
2016-03-25 6:53 GMT+01:00 Hajime Tazaki <
taz...@wide.ad.jp>:
>
> DCE-1.8 was released along with the ns-3.25 release. This
> includes a number of bug fixes, usability improvement, and
> couple of cleanups (by Matthieu Coudron, Thanks!).
>
> more information (document, etc) are available.
>
>
https://www.nsnam.org/overview/projects/direct-code-execution/dce-1-8/
>
> feel free to ask any issues if you found.
>
> -- Hajime