[OpenAFS] OpenAFS Client Availability

Jeffrey Hutzelman jhutz@cmu.edu
Thu, 08 Mar 2007 19:58:58 -0500


On Thursday, March 08, 2007 12:05:07 PM -0900 ted creedon 
<tcreedon@easystreet.com> wrote:

> This is true, but they are unset and I assume the default values are as
> noted in the sources. The definitions of ip_ct_udp_timeout and
> ip_ct_udp_timeout_stream are in seconds so I don't understand the
> jiffies/seconds conversion requirement.

The values you set via the sysctl interface are expressed in seconds.
The values present in variables in the kernel are expressed in jiffies.
The code which handles the get and set operations for those sysctl values 
handles the conversion for you, so you don't need to worry about the 
difference unless you are looking at kernel code and assuming the same 
rules apply to it that apply to user code, which is not the case.

-- Jeff