Skip to content

Sender coordinator doesn't seem to work on an external network #15

Description

@tylern4

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>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions