Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/17/16 11:10:34 (8 years ago)
Author:
thasling
Message:

Peers only communicate with 10% of the network

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/thasling/DistributedGA/DistributedGA.Core/Implementation/PeerNetworkMessageHandler.cs

    r13524 r13528  
    5151
    5252                peerListManager = new WcfPeerListManager();
     53                //peerListManager = new TestPeerListManager();
    5354                peerListManager.Init(ownInstance);
    5455
     
    7273                    try
    7374                    {
    74                         //HACK: If IP is same as own: it is a "localhost"
     75                        //TODO: NEEDED WHEN PEER IS IN LAN, TOO????
     76                        //Note: If IP is same as own: it is a "localhost"
    7577                        if(peer.IpAddress.Equals(ownInstance.IpAddress))
    7678                        {
Note: See TracChangeset for help on using the changeset viewer.