Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 10, 2006, 11:24:12 PM (18 years ago)
Author:
rennerc
Message:

added some debug functions/output

File:
1 edited

Legend:

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

    r7575 r7578  
    571571    assert( Converter::byteArrayToInt( buf + 2*INTSIZE, &fromState ) == INTSIZE );
    572572    assert( Converter::byteArrayToInt( buf + 3*INTSIZE, &ackedState ) == INTSIZE );
     573    offset = 4*INTSIZE;
    573574
    574575    PRINTF(0)("got packet: %d, %d\n", length, packetLength);
     
    584585      continue;
    585586    }
    586    
    587     offset = 4*INTSIZE;
    588587   
    589588    while ( offset < length )
Note: See TracChangeset for help on using the changeset viewer.