All of lore.kernel.org
 help / color / mirror / Atom feed
* [LARTC] burst per connection or filter on packet numbers
@ 2002-11-22 18:32 Walter Haidinger
  2002-11-22 20:10 ` Stef Coene
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Walter Haidinger @ 2002-11-22 18:32 UTC (permalink / raw)
  To: lartc

Hi!

I'd like put the first n packets of a connection into a seperate class
like having a burst for each connection.

The netfilter nth patch doesn't quite do this as it
a. only matches a single packet count and
b. works on the rule instead the connection count.

I'm thinking of something like:
  iptables -t mangle -I foo -m nth --every :100 -j ...
where the counter is reset for every new connection.

Can this be done with filters?
Any hints are appreciated!

Thanks,
Walter

_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2002-11-23 15:37 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-11-22 18:32 [LARTC] burst per connection or filter on packet numbers Walter Haidinger
2002-11-22 20:10 ` Stef Coene
2002-11-22 22:36 ` Walter Haidinger
2002-11-23 15:25 ` Marcus Blomenkamp
2002-11-23 15:37 ` Walter Haidinger

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.