GPSd4Java
GPSd4Java copied to clipboard
Retry delay also comes in when trying to connect to server the first time
The connect logic in the SocketThread does a Thread.sleep(retryDelay) even before the first connect attempt.