jablonka.czprosek.czf

qos

Subversion Repositories:
[/] [trunk/] [qos] - Diff between revs 61 and 62

Show entire file Ignore whitespace

Rev 61 Rev 62
Line 11... Line 11...
# version: 2.1.6 # version: 2.1.6
# ps ver : 0.1.9 # ps ver : 0.1.9
# #
# Changelog # Changelog
# #
  # 15/10/10 [simandl] porty pro second life 12035/UDP, 12036/UDP, 12043/TCP, and 13000-13050/UDP
# 12/10/10 [simandl] port pro mumble 64738 # 12/10/10 [simandl] port pro mumble 64738
# 12/10/10 [simandl] uprava ip adres LOTRO # 12/10/10 [simandl] uprava ip adres LOTRO
# 02/09/10 [simandl] pridan port 9987 pro ts3 a 3784 pro ventrilo # 02/09/10 [simandl] pridan port 9987 pro ts3 a 3784 pro ventrilo
# 12/08/10 [simandl] pridana ip 213.168.165.12 sip.fayn.cz # 12/08/10 [simandl] pridana ip 213.168.165.12 sip.fayn.cz
# 03/08/10 [simandl] StarCraft II port 1119 # 03/08/10 [simandl] StarCraft II port 1119
Line 383... Line 384...
$TC filter add dev ${FACE} parent 1:0 protocol ip prio 2 u32 match ip sport 3784 0xffff flowid 1:10 $TC filter add dev ${FACE} parent 1:0 protocol ip prio 2 u32 match ip sport 3784 0xffff flowid 1:10
$TC filter add dev ${FACE} parent 1:0 protocol ip prio 2 u32 match ip dport 3784 0xffff flowid 1:10 $TC filter add dev ${FACE} parent 1:0 protocol ip prio 2 u32 match ip dport 3784 0xffff flowid 1:10
# podpora pro mumble (TCP UDP 64738) # podpora pro mumble (TCP UDP 64738)
$TC filter add dev ${FACE} parent 1:0 protocol ip prio 2 u32 match ip sport 64738 0xffff flowid 1:10 $TC filter add dev ${FACE} parent 1:0 protocol ip prio 2 u32 match ip sport 64738 0xffff flowid 1:10
$TC filter add dev ${FACE} parent 1:0 protocol ip prio 2 u32 match ip dport 64738 0xffff flowid 1:10 $TC filter add dev ${FACE} parent 1:0 protocol ip prio 2 u32 match ip dport 64738 0xffff flowid 1:10
  # podpora pro hru second life 12035/UDP, 12036/UDP, 12043/TCP, and 13000-13050/UDP (12992-13052)
  $TC filter add dev ${FACE} parent 1:0 protocol ip prio 2 u32 match ip sport 12043 0xffff match ip protocol 0x06 0xff flowid 1:10
  $TC filter add dev ${FACE} parent 1:0 protocol ip prio 2 u32 match ip dport 12043 0xffff match ip protocol 0x06 0xff flowid 1:10
  $TC filter add dev ${FACE} parent 1:0 protocol ip prio 2 u32 match ip sport 12035 0xffff match ip protocol 0x11 0xff flowid 1:10
  $TC filter add dev ${FACE} parent 1:0 protocol ip prio 2 u32 match ip dport 12035 0xffff match ip protocol 0x11 0xff flowid 1:10
  $TC filter add dev ${FACE} parent 1:0 protocol ip prio 2 u32 match ip sport 12036 0xffff match ip protocol 0x11 0xff flowid 1:10
  $TC filter add dev ${FACE} parent 1:0 protocol ip prio 2 u32 match ip dport 12036 0xffff match ip protocol 0x11 0xff flowid 1:10
  $TC filter add dev ${FACE} parent 1:0 protocol ip prio 2 u32 match ip sport 12992 0xffc0 match ip protocol 0x11 0xff flowid 1:10
  $TC filter add dev ${FACE} parent 1:0 protocol ip prio 2 u32 match ip dport 12992 0xffc0 match ip protocol 0x11 0xff flowid 1:10
   
# TCP ACK packets smaller than 64 bytes # TCP ACK packets smaller than 64 bytes
$TC filter add dev ${FACE} parent 1:0 protocol ip prio 2 u32 \ $TC filter add dev ${FACE} parent 1:0 protocol ip prio 2 u32 \
match ip protocol 6 0xff \ match ip protocol 6 0xff \
match u8 0x05 0x0f at 0 \ match u8 0x05 0x0f at 0 \

Powered by WebSVN 2.2.1