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
}