All of lore.kernel.org
 help / color / mirror / Atom feed
From: Eric Dumazet <dada1@cosmosbay.com>
To: David Miller <davem@davemloft.net>
Cc: netdev@vger.kernel.org
Subject: Re: [PATCH]: Make XFRM_ACQ_EXPIRES tweakable
Date: Fri, 25 May 2007 07:17:40 +0200	[thread overview]
Message-ID: <46567174.5020509@cosmosbay.com> (raw)
In-Reply-To: <20070524.221304.36926453.davem@davemloft.net>

David Miller a écrit :
> I've had several requests for the capability to change this
> timeout, which I think is perfectly reasonable.
> 
> So I intend to merge the following upstream unless I hear
> some objections :-)
> 
> commit 7191f131aff4797f2a906495c7b285d8adf47da2
> Author: David S. Miller <davem@sunset.davemloft.net>
> Date:   Thu May 24 21:28:00 2007 -0700
> 
>     [XFRM]: Allow XFRM_ACQ_EXPIRES to be tunable via sysctl.
>     
>     Signed-off-by: David S. Miller <davem@davemloft.net>

well :)

> 
> --- a/net/xfrm/xfrm_state.c
> +++ b/net/xfrm/xfrm_state.c
> @@ -33,6 +33,8 @@ EXPORT_SYMBOL(sysctl_xfrm_aevent_etime);
>  u32 sysctl_xfrm_aevent_rseqth = XFRM_AE_SEQT_SIZE;
>  EXPORT_SYMBOL(sysctl_xfrm_aevent_rseqth);
>  
> +u32 sysctl_xfrm_acq_expires = 30;
> +

You already knows what is my objection :)



  reply	other threads:[~2007-05-25  5:17 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-05-25  5:13 [PATCH]: Make XFRM_ACQ_EXPIRES tweakable David Miller
2007-05-25  5:17 ` Eric Dumazet [this message]
2007-05-25  6:41   ` David Miller
2007-05-25 15:31 ` Chuck Ebbert
2007-05-25 21:02   ` David Miller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=46567174.5020509@cosmosbay.com \
    --to=dada1@cosmosbay.com \
    --cc=davem@davemloft.net \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.