Free cookie consent management tool by TermsFeed Policy Generator

source: branches/OKBJavaConnector/ECJClient/src/ec/exchange/8-Island/coney.params @ 6152

Last change on this file since 6152 was 6152, checked in by bfarka, 13 years ago

added ecj and custom statistics to communicate with the okb services #1441

File size: 581 bytes
Line 
1# Copyright 2006 by Sean Luke and George Mason University
2# Licensed under the Academic Free License version 3.0
3# See the file "LICENSE" for more information
4
5parent.0 = client.params
6exch.id = ConeyIsland
7stat.file = $coney.stat
8
9# We need to give this island its own unique random number seed
10seed.0 = 1000
11
12# We also need to give this island its own unique client port.  Actually
13# if you're running on different machines, then each island can use the
14# same port.  But since we don't know this ahead of time, it's safer to
15# give 'em different ports
16exch.client-port = 9000
17
Note: See TracBrowser for help on using the repository browser.