Skip to content

Commit

Permalink
Change bootstrap server
Browse files Browse the repository at this point in the history
  • Loading branch information
ManfredKarrer committed Oct 14, 2014
1 parent 8983ce1 commit 5cb2c2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/net/tomp2p/examples/BSExampleNAT.java
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@

public class BSExampleNAT {
// "188.226.179.109", 5000
//private final static String IP_SERVER = "188.226.179.109";
private final static String IP_SERVER = "128.199.251.106"; // steves
private final static String IP_SERVER = "188.226.179.109";
//private final static String IP_SERVER = "128.199.251.106"; // steves
private final static int PORT_SERVER = 5000;
private final static int PORT_CLIENT = 5500;
/*
Expand Down

0 comments on commit 5cb2c2c

Please sign in to comment.