mirror of
				https://github.com/PurpleI2P/i2pd.git
				synced 2025-11-04 08:30:46 +00:00 
			
		
		
		
	filter out unspecified addresses. Check floodfill status change
This commit is contained in:
		
							parent
							
								
									0f9e3c5b33
								
							
						
					
					
						commit
						846eac29dc
					
				
					 4 changed files with 44 additions and 44 deletions
				
			
		| 
						 | 
				
			
			@ -169,6 +169,7 @@ namespace data
 | 
			
		|||
			void EnableV4 ();
 | 
			
		||||
			void DisableV4 ();
 | 
			
		||||
			bool IsCompatible (const RouterInfo& other) const { return m_SupportedTransports & other.m_SupportedTransports; };
 | 
			
		||||
			bool HasValidAddresses () const { return m_SupportedTransports; };
 | 
			
		||||
			bool UsesIntroducer () const;
 | 
			
		||||
			bool IsIntroducer () const { return m_Caps & eSSUIntroducer; };
 | 
			
		||||
			bool IsPeerTesting () const { return m_Caps & eSSUTesting; };
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue