From: Sridhar Samudrala <[EMAIL PROTECTED]>
Date: Fri, 18 Aug 2006 11:22:37 -0700

> [SCTP]: Remove multiple levels of msecs to jiffies conversions.
> 
> The SCTP sysctl entries are displayed in milliseconds, but stored
> internally in jiffies. This results in multiple levels of msecs to
> jiffies conversion and as a result produces a truncation error. This
> patch makes things consistent in that we store and display defaults
> in milliseconds and only convert once for use by association.
> This patch also adds some sane min/max values so that we don't go off
> the deep end.
> 
> Signed-off-by: Vladislav Yasevich <[EMAIL PROTECTED]>
> Signed-off-by: Sridhar Samudrala <[EMAIL PROTECTED]>

This cannot be done.

The syctl values have a fixed format, like any other portion
of the API exposed to userspace.

So you cannot arbitrarily change the units to/from milliseconds
and jiffies.
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to