comparison test/channeltest/testNetworkSimulator.java @ 172:a776ec9ed848

*** empty log message ***
author kono
date Thu, 28 Aug 2008 18:57:17 +0900
parents 690182302c05
children 72252e970a8b
comparison
equal deleted inserted replaced
171:690182302c05 172:a776ec9ed848
13 private int NoSemaSlave; 13 private int NoSemaSlave;
14 private int NoEditor; 14 private int NoEditor;
15 static public REPLogger ns = new REPLogger(); 15 static public REPLogger ns = new REPLogger();
16 16
17 public static void main(String[] args){ 17 public static void main(String[] args){
18 REPServerSocketChannel.isSimulation = true; 18 REPServerSocketChannel.isSimulation = false;
19 testNetworkSimulator testns = new testNetworkSimulator(1, 0, 2); 19 //testNetworkSimulator testns = new testNetworkSimulator(3, 10, 50);
20 20 testNetworkSimulator testns = new testNetworkSimulator(1, 1, 1);
21 21
22 testns.startTest(); 22 testns.startTest();
23 } 23 }
24 24
25 25