I invoke a void method, called setIt(), oneway, straight after I do an Ice_Ping.
During the processing of the method setIt() I unplug the network.
After ~20seconds Ice is trying establish connection to send an Ice_Ping request.
In additional 10seconds Ice is trying establish connection to send an Ice_Ping (see Ice.RetryIntervals)
The duration of the method setIt() takes 60seconds
I set the property Ice.RetryIntervals=5000 10000,
Ice.Override.Timeout=-1,
Ice.Logger.Timestamp=1,
Ice.Trace.Network=2,
Ice.Trace.Protocol=2
Is there any property to set this 20 seconds until the response fails?
Thanks

Reply With Quote