Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 27, 2006, 9:22:25 PM (18 years ago)
Author:
patrick
Message:

forgot to ack the messages forwarded

File:
1 edited

Legend:

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

    r9526 r9527  
    270270          incomingMessageQueue.push_back( msg );
    271271        }
    272       // save the serial number for ack signaling
    273         outgoingMessageQueue[userId].recievedMessages.push_back( number );
    274272        PRINTF(0)("<<< MessageManager: got msg with type: %i, from sender %i, to rec: %i\n", messageType, senderId, destinationId);
    275273      }
     
    295293        }
    296294      }
     295
     296      // save the serial number for ack signaling
     297      outgoingMessageQueue[userId].recievedMessages.push_back( number );
    297298    }
    298299
Note: See TracChangeset for help on using the changeset viewer.