Skip to content

Commit 91e65e2

Browse files
committed
0.1.0
1 parent 891433b commit 91e65e2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>org.scion</groupId>
88
<artifactId>scion-multiping</artifactId>
9-
<version>0.0.1-ALPHA-SNAPSHOT</version>
9+
<version>0.1.0</version>
1010

1111
<properties>
1212
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

src/main/java/org/scion/multiping/EchoAll.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public EchoAll(int localPort) {
8888

8989
public static void main(String[] args) throws IOException {
9090
PRINT = true;
91-
System.setProperty(Constants.PROPERTY_DNS_SEARCH_DOMAINS, "ethz.ch.");
91+
// System.setProperty(Constants.PROPERTY_DNS_SEARCH_DOMAINS, "ethz.ch.");
9292

9393
// Local port must be 30041 for networks that expect a dispatcher
9494
EchoAll demo = new EchoAll(30041);

src/main/java/org/scion/multiping/EchoRepeatBlocking.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public EchoRepeatBlocking(int localPort) {
8787

8888
public static void main(String[] args) throws IOException {
8989
PRINT = true;
90-
System.setProperty(Constants.PROPERTY_DNS_SEARCH_DOMAINS, "ethz.ch.");
90+
// System.setProperty(Constants.PROPERTY_DNS_SEARCH_DOMAINS, "ethz.ch.");
9191

9292
config = Config.read(FILE_CONFIG);
9393
// Output: ISD/AS, remote IP, time, hopCount, path, [pings]

0 commit comments

Comments
 (0)