p2p limitation on v3.10 or upper

I’d like to know if the v3.10 or upper can limit bandwith of p2p used by these Applications:

  • LimeWire
  • uTorent

Thanks.

yes. one firewall rule:

/ip firewall filter add chain=forward p2p=all-p2p action=drop

I don’t want to drop p2p traffic, just limit bandwith.
I tried “Peer-to-peer traffic queuing” in an older version (v2.9), and I used uTorrent, LimeWire, eMule and Azeurus.
I saw that shapping didn’t acts with the two first applications.

just make a simple queue with the same p2p parameter, very similar. but remember - if that uTorrent uses encryption - you can’t limit it, only drop it.

How you drop torrent with encryption? The problem isn´t to identify the torrent protocol when encrypted?

I use queues to limit all my traffic, It catches utorrent and i can limit it to what i like. Haven’t tried limewire, that program is a waste of code.
Here is my queue setup and mangle rules.
http://141networks.com/files/queue.txt

I already told you how to drop encrypted traffic. but it is not possible to slow it down

Never mind, you didn´t understand my question.

it is pretty had to identify it, yes, but the first packets are sent unencrypted, so we can catch it.

Okay, so I imagine you are dropping these first packets and blocking to establish the encrypted socket (probably it´s a new socket because if it was the same you could continue to catch it even if encrypted). Is that right?