ted creedon wrote:
> The "probe interval" in the windows client GUI is set to 30 which may
> explain the difference between the Llinux and Windows clients. However
> network connections are still lost, so I'll reduce that. 

The source code reads:

void Config_GetProbeInt (ULONG *pcsecProbe)
{
    *pcsecProbe = 30;
    // TODO: NEED REGISTRY SETTING
}


BOOL Config_SetProbeInt (ULONG csecProbe, ULONG *pStatus)
{
    BOOL rc = TRUE;
    ULONG status = 0;

    // TODO: NEED REGISTRY SETTING
}

Obvious this value is bogus.  I already told you what the real values are.

> The windows probe interval needs to have the cell name added to the GUI...

Why?

> An additional switch added "-getinterval" to print the current interval
> would be help.

Added to what?


Jeffrey Altman

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to