Skip to content

Report a bug: connectionUp/Down does nothing in DTNHost.java #2

@sparkandshine

Description

@sparkandshine

In core/DTNHost.java, conectionUp/Down does nothing which is unreasonable.

    public void connectionUp(Connection con) {
        this.router.connectionUp(con);  //should not be commented
    }

    public void connectionDown(Connection con) {
        this.router.connectionDown(con); //should not be commented
    }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions