On the DTNs you can bind external addresses so I was trying to test streams into and out of the DTNs.
This works and the DTN is set as the receiver.
dtn $ pyzmq-bench receiver --coordinator --num-pairs 1 --coordinator-ip <dtn_ip_addr>
pm $ pyzmq-bench sender --num-pairs 1 --coordinator-ip <dtn_ip_addr>
When changing the roles of sender/receiver the processes both acknowledge the connection but then fail to send any data
dtn $ pyzmq-bench sender --coordinator --num-pairs 1 --coordinator-ip <dtn_ip_addr>
pm $ pyzmq-bench receiver --num-pairs 1 --coordinator-ip <dtn_ip_addr>
On the DTNs you can bind external addresses so I was trying to test streams into and out of the DTNs.
This works and the DTN is set as the receiver.
When changing the roles of sender/receiver the processes both acknowledge the connection but then fail to send any data