Hi guys,
I am looking for a way to run the dgram:udp cl only for IPv4.
I want to test the throughput of IBR-DTN on an Raspberry Pi over IPv4, because I want to compare this implementation with my implementation.
I have tried the following:
Removed the IPv6 address from the discovery configuration discovery_address = 224.0.0.142 # ff02::142 But the bundles will send over IPv6 anyway.
Switch off IPv6 support with $ echo 1 > /proc/sys/net/ipv6/conf/all/disable_ipv6 But then I get the following error message: Wed Oct 28 16:20:26 2015 ERROR ApiServer: Cannot bind to socket with address [::1]:4550 And no dtn application can connect to the daemon.
If have seen that the multicast addresses are hard wired in https://github.com/ibrdtn/ibrdtn/blob/master/ibrdtn/daemon/src/net/UDPDatagr...
Is there a possibility for only using IPv4 without recompiling IBR-DTN?
Best regards,
Timo