[OpenAFS] Connection timeouts

tedc tcreedon@easystreet.com
Tue, 14 Feb 2006 19:12:29 -0800


Jeffrey Altman wrote:
> 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?
>
>   
Well, if only one server needs this it would eliminate unnecessary 
traffic to the others.
>> An additional switch added "-getinterval" to print the current interval
>> would be help.
>>     
>
> Added to what?
>   
fs
>
> Jeffrey Altman
>
>