Truly validSolutionThe idea is not to prohibit, but to limit the package classification and total traffic size. It serves as a p2pDownloadIt can still be used, but the traffic is limited and the policy level is low. I don't need to talk about the advantages of this operation.GamesIf you completely disable p2p, it will be very troublesome. I want to limit the wholeNetworkThe maximum value is 128 kb, which can be modified as needed. And the consumedSystemVery small resources
/Ip firewall mangle
Add chain = forward p2p = all-p2p action = mark-connection new-connection-mark = p2pCOM passthrough = yes comment = "" disabled = no
Add chain = forward connection-mark = p2pCOM action = mark-packet new-packet-mark = p2p passthrough = yes comment = "" disabled = no
/Queue tree
Add name = "p2pW" parent = WAN packet-mark = p2p limit-at = 128000 queue = default priority = 8 max-limit = 128000 burst-limit = 0 burst-threshold = 0 burst-time = 0 s disabled = no
Add name = "p2pL" parent = LAN packet-mark = p2p limit-at = 128000 queue = default priority = 8 max-limit = 128000 burst-limit = 0 burst-threshold = 0 burst-time = 0 s disabled = no