TCPLoggingClient connection Timeout

How can I set a connection timeout for the client connection.

If the server is not present - it takes too much time with the default.
only IP and and Port are settable in the TTMSLoggerTCPClientOutputHandler

 logTcp := TTMSLoggerTCPOutputHandler(TMSLogger.RegisterOutputHandlerClass(TTMSLoggerTCPClientOutputHandler,
          [self, edIP.Text, StrToInt(edPort.Text)]));

Where are the defaults ?

Regards
Beat

No Reply - not from users  not from TMS ... what a pity

Well - As I have the source - I change

TTMSLoggerTCPOutputHandler.ConfigureServer(AOwner: TComponent);

And set the timeout there.