Skip to content

Commit

Permalink
fix for issue 1
Browse files Browse the repository at this point in the history
  • Loading branch information
julianofischer committed May 5, 2016
1 parent 4dab05f commit ab5d2bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions routing/DecisionEngineRouter.java
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ public boolean createNewMessage(Message m)
if(m.getId().equals("M14"))
System.out.println("Host: " + getHost() + "Creating M14");
makeRoomForNewMessage(m.getSize());
m.setTtl(this.msgTtl);
addToMessages(m, true);

findConnectionsForNewMessage(m, getHost());
Expand Down

0 comments on commit ab5d2bd

Please sign in to comment.