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@xxxxxxxxx>
To: Netfilter Development Mailinglist <netfilter-devel@xxxxxxxxxxxxxxx>
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.
-
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html