All of lore.kernel.org
 help / color / mirror / Atom feed
From: Patrick McHardy <kaber@trash.net>
To: Jan Engelhardt <jengelh@computergmbh.de>
Cc: Netfilter Development Mailinglist <netfilter-devel@vger.kernel.org>
Subject: Re: [RFC NETFILTER 1/4]: add xt_RATEEST target
Date: Sun, 25 Nov 2007 18:27:58 +0100	[thread overview]
Message-ID: <4749B09E.5010300@trash.net> (raw)
In-Reply-To: <Pine.LNX.4.64.0711251815430.9477@fbirervta.pbzchgretzou.qr>

Jan Engelhardt wrote:
> On Nov 25 2007 18:11, Patrick McHardy wrote:
> 
>> Date: Sun, 25 Nov 2007 18:11:43 +0100
>> From: Patrick McHardy <kaber@trash.net>
>> To: Netfilter Development Mailinglist <netfilter-devel@vger.kernel.org>
>> Subject: [RFC NETFILTER 1/4]: add xt_RATEEST target
>>
>>
>>
> 
> ^^^ That's all pine gives on reply. :)

Yeah, I know, icedove really sucks in this regard, it not only somehow
manages to break Content-Disposition: inline attachments, but also
doesn't quote them itself. thunderbird did both correctly.

>> @@ -0,0 +1,11 @@
>> +#ifndef _XT_RATEEST_TARGET_H
>> +#define _XT_RATEEST_TARGET_H
>> +
>> +struct xt_rateest_target_info {
>> +	char			name[IFNAMSIZ];
>> +	signed char		interval;
>> +	unsigned char		ewma_log;
> 
> int8_t, uint8_t.

It matches the types from the tc headers, but sure, I'll change it.


      reply	other threads:[~2007-11-25 17:28 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-11-25 17:11 [RFC NETFILTER 1/4]: add xt_RATEEST target Patrick McHardy
2007-11-25 17:24 ` Jan Engelhardt
2007-11-25 17:27   ` Patrick McHardy [this message]

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=4749B09E.5010300@trash.net \
    --to=kaber@trash.net \
    --cc=jengelh@computergmbh.de \
    --cc=netfilter-devel@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.