search for: statesments

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

Did you mean: statements
2006 Dec 13
2
Would be nice to conditionally compile out coding modes and code tables...
I'm only using the narrow-band encoder on my embedded system and have removed all references to the wide-band and ultra-wide band encoder functions and tables. They will be pulled in by the linker due to the references made by the structures in modes.c. Attached is a replacement modes.c for compiling out modes that are not in use for anyone who's interested. Also, I've removed the
2007 Feb 20
0
Fwd: Fwd: HOW to enable traceroute with IPTABLES(SLOVED)
...s from the internet that you want to connect to your box. > A few OUTPUT rules that I need INPUT statemet are give below. (not TCP) > > #UDP > iptables -A OUTPUT -p udp -o eth0 --dport 53 -j ACCEPT > iptables -A INPUT -p udp -i eth0 --sport 53 -j ACCEPT You don't need INPUT statesments for DNS unless you are expecting someone to connect to your box from the outside. ESTABLISHED,RELATED should take care of this for you. > #ICMP (for ping www.google.com) > > iptables -A OUTPUT -p icmp -d 64.233.189.104 -j ACCEPT > iptables -A INPUT -p icmp -s 64.233.189.104 -j ACCE...
2006 Dec 14
1
Would be nice to conditionally compile out coding modes and code tables...
> -----Original Message----- > From: Jean-Marc Valin [mailto:jean-marc.valin@usherbrooke.ca] > Sent: Thursday, December 14, 2006 2:51 AM > To: Miles, Stewart > Cc: speex-dev@xiph.org > Subject: Re: [Speex-dev] Would be nice to conditionally > compile out coding modes and code tables... > > Miles, Stewart a ?crit : > > I'm only using the narrow-band encoder