Mercurial > hg > Database > Alice
comparison src/test/java/alice/daemon/MulticastTest.java @ 510:118e150ac9f3 dispose
refactor
author | sugi |
---|---|
date | Fri, 09 Jan 2015 16:11:13 +0900 |
parents | b7d02ea79850 |
children | f3f7e256ee03 |
comparison
equal
deleted
inserted
replaced
509:53d7cff1fe10 | 510:118e150ac9f3 |
---|---|
1 package alice.daemon; | 1 package alice.daemon; |
2 | 2 |
3 import alice.datasegment.MulticastDataSegmentManager.SocketType; | 3 import alice.datasegment.MulticastDataSegmentManager.SocketType; |
4 | 4 |
5 public class MulticastTest { | 5 public class MulticastTest { |
6 public static SocketType type = SocketType.Sender; | 6 public static SocketType type = SocketType.Both; |
7 public static void main(String[] args){ | 7 public static void main(String[] args){ |
8 Config conf = new Config(args); | 8 Config conf = new Config(args); |
9 new MulticastStartCodeSegment(conf).execute(); | 9 new MulticastStartCodeSegment(conf).execute(); |
10 } | 10 } |
11 | 11 |