Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 13, 2006, 2:00:20 PM (18 years ago)
Author:
patrick
Message:

network node type handshake extension

File:
1 edited

Legend:

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

    r9268 r9269  
    429429    if ( it->second.handshake )
    430430    {
     431      // handshake finished
    431432      if ( it->second.handshake->completed() )
    432433      {
     434        //handshake is correct
    433435        if ( it->second.handshake->ok() )
    434436        {
    435437          if ( !it->second.handshake->allowDel() )
    436438          {
    437             //if ( type != NET_MASTER_SERVER )
    438439            if ( type == NET_CLIENT )
    439440            {
     
    453454          else
    454455          {
     456            // handsheke finished registring new player
    455457            if ( it->second.handshake->canDel() )
    456458            {
Note: See TracChangeset for help on using the changeset viewer.