servlib/bundling/BPQCache.cc
changeset 73 46ccb2af4459
parent 66 e1101c5d54a1
child 74 a86a8cfe49c8
equal deleted inserted replaced
72:e978673d3bc2 73:46ccb2af4459
   203 
   203 
   204 	// Step 1: 	No in-network reassembly
   204 	// Step 1: 	No in-network reassembly
   205 	//			State bundle only contains metadata
   205 	//			State bundle only contains metadata
   206 	//			The fragment list contains all the payload data
   206 	//			The fragment list contains all the payload data
   207 
   207 
   208 	BPQCacheEntry* entry = new BPQCacheEntry(bundle->payload().length(),
   208 	BPQCacheEntry* entry = new BPQCacheEntry(bundle->orig_length(),
   209 											 block->creation_ts(),
   209 											 block->creation_ts(),
   210 											 block->source());
   210 											 block->source());
   211 
   211 
   212 	entry->add_response(bundle);
   212 	entry->add_response(bundle);
   213 
   213