mirror of
				https://github.com/wangyu-/UDPspeeder.git
				synced 2025-11-04 11:55:37 +08:00 
			
		
		
		
	small tuning
This commit is contained in:
		@@ -61,10 +61,9 @@ struct anti_replay_t
 | 
				
			|||||||
		if(is_vaild(seq)==0)
 | 
							if(is_vaild(seq)==0)
 | 
				
			||||||
		{
 | 
							{
 | 
				
			||||||
			mylog(log_trace,"seq %u exist\n",seq);
 | 
								mylog(log_trace,"seq %u exist\n",seq);
 | 
				
			||||||
			assert(mp.find(seq)!=mp.end());
 | 
								//assert(mp.find(seq)!=mp.end());
 | 
				
			||||||
			mp[seq].my_time=get_current_time_rough();
 | 
								//mp[seq].my_time=get_current_time_rough();
 | 
				
			||||||
			return;
 | 
								return;
 | 
				
			||||||
			//return 0;
 | 
					 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
		if(replay_buffer[index]!=u64_t(i64_t(-1)))
 | 
							if(replay_buffer[index]!=u64_t(i64_t(-1)))
 | 
				
			||||||
		{
 | 
							{
 | 
				
			||||||
@@ -77,7 +76,6 @@ struct anti_replay_t
 | 
				
			|||||||
		mp[seq].index=index;
 | 
							mp[seq].index=index;
 | 
				
			||||||
		index++;
 | 
							index++;
 | 
				
			||||||
		if(index==int(anti_replay_buff_size)) index=0;
 | 
							if(index==int(anti_replay_buff_size)) index=0;
 | 
				
			||||||
		//return 1; //for complier check
 | 
					 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
	int is_vaild(u32_t seq)
 | 
						int is_vaild(u32_t seq)
 | 
				
			||||||
	{
 | 
						{
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user