Mercurial > hg > Database > Christie
view 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 |
line wrap: on
line source
*************** *** 12,17 **** } public static void main(String[] args){ //ポート番号10000~1000xはone上では他のライブラリに使われている。(Net.javaにつかわれている?) int TopologyManagerPort = 10100; int TopologyNodePort = 10101; --- 12,19 ---- } public static void main(String[] args){ + int TopologyManagerPort = 10000; + int TopologyNodePort = 10001; //ポート番号10000~1000xはone上では他のライブラリに使われている。(Net.javaにつかわれている?) int TopologyManagerPort = 10100; int TopologyNodePort = 10101;