Skip to content

Commit

Permalink
Small changes to the NamingStarter
Browse files Browse the repository at this point in the history
  • Loading branch information
eugenpodaru committed Jul 28, 2013
1 parent 25edb10 commit 4792e68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bin/naming
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ do
shift
done

java -cp $CP $SPECIAL ibis.smartsockets.util.NamingStarter $NORMAL
java -cp $CP $SPECIAL ibis.smartsockets.util.NamingStarter $NORMAL
3 changes: 1 addition & 2 deletions src/ibis/smartsockets/util/NamingStarter.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

public class NamingStarter {

private static final int DEFAULT_ACCEPT_PORT = 17878;
private static final int DEFAULT_ACCEPT_PORT = 17879;

private static Hub h;

Expand All @@ -26,7 +26,6 @@ public class NamingStarter {
public static void main(String[] args) {

boolean startRouter = false;
boolean startHub = true;
String namingPool = "ss";

DirectSocketAddress[] hubs = new DirectSocketAddress[args.length];
Expand Down

0 comments on commit 4792e68

Please sign in to comment.