search for: clasa

Displaying 3 results from an estimated 3 matches for "clasa".

Did you mean: class
2005 Oct 23
1
Script for metropolitan
...t mangle -A OUTPUT -o eth0 -j mark_horiz_dst /usr/local/bin/mipclasses -s mark_horiz_src -d mark_horiz_dst -m 1 < /start/metro.txt | iptables-restore -n IF="eth0" RATE_INET="256kbit" RATE_METRO="1024kbit" CEIL="512kbit" #traficul implicit se duce in clasa 1:20 (internet) tc qdisc add dev $IF root handle 1:0 htb default 20 tc class add dev $IF parent 1:0 classid 1:1 htb rate 240kbit # clasa 1:10 pt traficul metropolitan # clasa 1:20 pt traficul extern # poti sa renunti la prio daca nu vrei prioritati diferite tc class add dev $IF parent 1:1 c...
2013 Jan 10
1
[LLVMdev] LLVM Instruction to ICmpInst conversion
...icmpInstrArray[i], icmpInstrArray[j]) ) {...} ... } having the array elements of type Instruction* : http://llvm.org/doxygen/classllvm_1_1Instruction.html The called method is bool ifChecker::operEquiv(Instruction *I1, Instruction *I2) { ... } BUT I want to use the methods from class ICmpInst : clasa http://llvm.org/doxygen/classllvm_1_1ICmpInst.html inside operEquiv. I cannot do something like ICmpInst** II1 = dyn_cast<ICmpInst*>(I1); (a kind of instanceOf() from Java), having casting compilation problems. The ICmpInst class is defined at line 913 from http://llvm.org/doxygen/Instruc...
2005 Jun 28
0
Re: Questin regarding HTB
...parent 1:1 classid 1:20 htb rate 9Mbit ceil 80Mbit $TC qdisc add dev eth1 parent 1:20 handle 20: sfq perturb 10 $TC class add dev eth1 parent 1:20 classid 1:200 htb rate 9Mbit ceil 80Mbit prio 2 echo "";echo -e "`date +''%b %d %k:%M:%S''` \033[40m\033[1;32mLimitare Clasa 194.126.178.0/24\033[0m" #||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ||||||||||||||||||||| # 194.126.178.2 #||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ||||||||||||||||||||| $TC class add...