Mercurial > hg > Database > Christie
comparison src/main/java/christie/remotingTextEditor/StartManToManSession.java.rej @ 233:c8c8c447b2b3
tweak
author | ichikitakahiro <e165713@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 21 Jan 2020 20:54:40 +0900 |
parents | fddd6f6e7693 |
children |
comparison
equal
deleted
inserted
replaced
232:68b5958179d0 | 233:c8c8c447b2b3 |
---|---|
1 *************** | 1 *************** |
2 *** 13,19 **** | 2 *** 12,17 **** |
3 } | |
3 | 4 |
4 public static void main(String[] args){ | 5 public static void main(String[] args){ |
5 //ポート番号10000~1000xはone上では他のライブラリに使われている。(Net.javaにつかわれている?) | 6 //ポート番号10000~1000xはone上では他のライブラリに使われている。(Net.javaにつかわれている?) |
6 - int TopologyManagerPort = 10100; | 7 int TopologyManagerPort = 10100; |
7 int TopologyNodePort = 10101; | 8 int TopologyNodePort = 10101; |
8 | 9 --- 12,19 ---- |
9 String[] managerArg = {"--localPort", String.valueOf(TopologyManagerPort), "--confFile", "scripts/Log/manToMan.dot"}; | 10 } |
10 --- 13,18 ---- | |
11 | 11 |
12 public static void main(String[] args){ | 12 public static void main(String[] args){ |
13 + int TopologyManagerPort = 10000; | |
14 + int TopologyNodePort = 10001; | |
13 //ポート番号10000~1000xはone上では他のライブラリに使われている。(Net.javaにつかわれている?) | 15 //ポート番号10000~1000xはone上では他のライブラリに使われている。(Net.javaにつかわれている?) |
16 int TopologyManagerPort = 10100; | |
14 int TopologyNodePort = 10101; | 17 int TopologyNodePort = 10101; |
15 | |
16 String[] managerArg = {"--localPort", String.valueOf(TopologyManagerPort), "--confFile", "scripts/Log/manToMan.dot"}; |