search for: tcop

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

Did you mean: cop
2004 Jul 09
3
tc filter + bridging + htb -- works only if ip_forward = 0
...in/bash # # qos Add traffic shaping to eth0 # # chkconfig: 2345 86 14 # description: Add traffic shaping to eth0 # # processname: none WAN=br0 # external interface LAN=eth1 # internal interface TC=/usr/local/tc CMD="$1" if [ "$CMD" == "stop" ] then TCOP="del" IPTOP="-D" #iptables -t mangle -D POSTROUTING -o $WAN -j MYSHAPER-OUT 2> /dev/null > /dev/null #iptables -t mangle -F MYSHAPER-OUT 2> /dev/null > /dev/null #iptables -t mangle -X MYSHAPER-OUT 2> /dev/null > /dev/null $TC...
2015 Sep 03
2
Fuzzing complex programs
On Thu, Sep 3, 2015 at 6:45 PM, Kostya Serebryany <kcc at google.com> wrote: > Did you build the Postgres code with -fsanitize-coverage=... ? Yes: CC = clang CFLAGS = -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O0 -fsanitize=address
2015 Sep 03
2
Fuzzing complex programs
...gr/lock.o > storage/lmgr/proc.o storage/lmgr/deadlock.o storage/lmgr/lwlock.o > storage/lmgr/spin.o storage/lmgr/s_lock.o storage/lmgr/predicate.o > storage/page/bufpage.o storage/page/checksum.o storage/page/itemptr.o > storage/smgr/md.o storage/smgr/smgr.o storage/smgr/smgrtype.o > tcop/dest.o tcop/fastpath.o tcop/postgres.o tcop/pquery.o > tcop/utility.o tsearch/ts_locale.o tsearch/ts_parse.o > tsearch/wparser.o tsearch/wparser_def.o tsearch/dict.o > tsearch/dict_simple.o tsearch/dict_synonym.o tsearch/dict_thesaurus.o > tsearch/dict_ispell.o tsearch/regis.o tsearch/s...