Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/19/16 12:00:45 (8 years ago)
Author:
thasling
Message:

new hive project

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/thasling/DistributedGA/DistributedGA.Core.Host/Program.cs

    r13553 r13556  
    1111        Console.WriteLine("Starting peer...");
    1212        IMessageHandler h = new PeerNetworkMessageHandler();
    13         h.Init();
     13        h.Init("","");
    1414        PeerInfo pi = h.GetPeerInfo();
    1515        Console.WriteLine(string.Format("Peer is hostet at IP: {0} and port: {1}", pi.IpAddress, pi.Port));
Note: See TracChangeset for help on using the changeset viewer.