Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 25, 2006, 11:09:28 PM (18 years ago)
Author:
patrick
Message:

the hybrid mode should work now in a very closed setup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/proxy/src/lib/network/network_stream.cc

    r9473 r9474  
    825825    // now compress the data with the zip library
    826826    int compLength = 0;
    827     if ( SharedNetworkData::getInstance()->isMasterServer() /*|| SharedNetworkData::getInstance()->isProxyServerActive()*/)
     827    if ( SharedNetworkData::getInstance()->isMasterServer() ||
     828         SharedNetworkData::getInstance()->isProxyServerActive())
    828829      compLength = Zip::getInstance()->zip( buf, offset, compBuf, UDP_PACKET_SIZE, dictServer );
    829830    else
Note: See TracChangeset for help on using the changeset viewer.