mirror of
				https://github.com/yggdrasil-network/yggdrasil-go.git
				synced 2025-11-04 03:05:07 +03:00 
			
		
		
		
	Fix a typo in search.go's comments
This commit is contained in:
		
							parent
							
								
									a09a83530f
								
							
						
					
					
						commit
						1ac3a18aab
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -4,7 +4,7 @@ package yggdrasil
 | 
			
		|||
 | 
			
		||||
// The basic idea is as follows:
 | 
			
		||||
//  We may know a NodeID (with a mask) and want to connect
 | 
			
		||||
//  We beign a search by sending a dht lookup to ourself
 | 
			
		||||
//  We begin a search by sending a dht lookup to ourself
 | 
			
		||||
//  Each time a node responds, we sort the results and filter to only include useful nodes
 | 
			
		||||
//  We then periodically send a packet to the first node from the list (after re-filtering)
 | 
			
		||||
//  This happens in parallel for each node that replies
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue