mirror of
				https://github.com/yggdrasil-network/yggdrasil-go.git
				synced 2025-11-04 11:15:07 +03:00 
			
		
		
		
	Spelling fixes for search.go
This commit is contained in:
		
							parent
							
								
									ab4be3424b
								
							
						
					
					
						commit
						345979b502
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -30,7 +30,7 @@ const search_MAX_SEARCH_SIZE = 16
 | 
				
			||||||
const search_RETRY_TIME = time.Second
 | 
					const search_RETRY_TIME = time.Second
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// Information about an ongoing search.
 | 
					// Information about an ongoing search.
 | 
				
			||||||
// Includes the targed NodeID, the bitmask to match it to an IP, and the list of nodes to visit / already visited.
 | 
					// Includes the target NodeID, the bitmask to match it to an IP, and the list of nodes to visit / already visited.
 | 
				
			||||||
type searchInfo struct {
 | 
					type searchInfo struct {
 | 
				
			||||||
	dest    crypto.NodeID
 | 
						dest    crypto.NodeID
 | 
				
			||||||
	mask    crypto.NodeID
 | 
						mask    crypto.NodeID
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue