mirror of
				https://github.com/yggdrasil-network/yggdrasil-go.git
				synced 2025-10-31 09:15:07 +03:00 
			
		
		
		
	move where the queue size check before dropping would occur
This commit is contained in:
		
							parent
							
								
									62b9fab5f8
								
							
						
					
					
						commit
						527d443916
					
				
					 2 changed files with 1 additions and 5 deletions
				
			
		|  | @ -310,6 +310,7 @@ func (p *peer) dropFromQueue(from phony.Actor, seq uint64) { | |||
| 	p.Act(from, func() { | ||||
| 		switch { | ||||
| 		case seq != p.seq: | ||||
| 			//case p.queue.size < streamMsgSize: | ||||
| 		case p.queue.drop(): | ||||
| 			p.core.log.Debugln("DEBUG dropped:", p.port, p.queue.size) | ||||
| 			p.intf.notifyQueued(p.seq) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Arceliar
						Arceliar