mirror of
				https://git.kernel.org/pub/scm/network/wireless/iwd.git
				synced 2025-10-31 04:57:25 +01:00 
			
		
		
		
	doc: add note about timeouts to Network.Connect()
Since netconfig is now part of the Connect() call from a DBus perspective add a note indicating that this method has the potential to take a very long time if there are issues with DHCP.
This commit is contained in:
		
							parent
							
								
									86523b0597
								
							
						
					
					
						commit
						f209e00dde
					
				| @ -11,6 +11,12 @@ Methods		void Connect() | ||||
| 			the object path to connect to specified network. | ||||
| 			Connecting to WEP networks is not supported. | ||||
| 
 | ||||
| 			Note: When [General].EnableNetworkConfiguration is set | ||||
| 			to true a call to Connect() has the potential to take | ||||
| 			a significant amount of time. Specifically if DHCP is | ||||
| 			either slow, or is unable to complete. The timeout for | ||||
| 			DHCP is roughly 30 seconds per BSS. | ||||
| 
 | ||||
| 			Possible errors: net.connman.iwd.Aborted | ||||
| 					 net.connman.iwd.Busy | ||||
| 					 net.connman.iwd.Failed | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 James Prestwood
						James Prestwood