Changeset 8506 in orxonox.OLD for branches/network
- Timestamp:
 - Jun 15, 2006, 11:18:33 PM (19 years ago)
 - File:
 - 
          
- 1 edited
 
- 
          branches/network/src/lib/network/network_stream.cc (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
branches/network/src/lib/network/network_stream.cc
r8505 r8506 578 578 offset = 4*INTSIZE; 579 579 580 peer->second.connectionMonitor->processUnzippedIncomingPacket( tick, buf, offset, state, ackedState );580 peer->second.connectionMonitor->processUnzippedIncomingPacket( tick, buf, packetLength, state, ackedState ); 581 581 582 582 //NETPRINTF(n)("got packet: %d, %d\n", length, packetLength);  
Note: See TracChangeset
          for help on using the changeset viewer.
      


            






