Begins I didn't get an answer to the question I asked last time I asked, I'll ask again:
Is there a way to adjust how long Network.Connect attempts to connect before it gives up, right now it seems to attempt for about 8 seconds before giving up if it can't find the host, I was wondering if that time could be made longer?
Example: You click the connect button, which triggers this piece of code (JUST ONCE and INSTANTLY) when you click:
Network.Connect(AValidAndExistingIP, AValidPort);
By default, that continues to try for (about) 8 seconds before it gives up and returns an error that it couldn't connect, I want to know if there is a way to extend how long it TRYS TO CONNECT. Because right now, if you had an 800ms ping, you wouldn't be able to connect, mind you if you were playing an FPS, you'd obviously quit the server, but in this case I'm not using the code for an fps, and things will still work with pings higher than 8 seconds, the important part is they need to be able to connect, regardless how bad their ping is.
I hope that leaves less confusion as to what I'm actually asking this time.