search for: satatment

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

2015 Apr 01
1
Remote protocol abstracted
I have been working in the abstraction of the remote protocol to separate it from the server and the connection. The purpose of this is I need to use the Xapian remote protocol in a server we are working on (named Xapiand: https://github.com/Kronuz/Xapiand) which is similar to some extent to the `xapian-tcpsrv` in that it also serves databases remotely through TCP, using the binary protocol. What
2008 Sep 01
0
tryCatch
> I am trying to debug a program, and I think tryCatch will help. The > functions involved > process through so many times before I encounter the error, things > are a bit slow to > use debug and browser(). > > I've read the help file and postings on conditions, and am still > having trouble. > > While running my program I am getting a NAN from a called
2007 Feb 20
0
Fwd: Fwd: HOW to enable traceroute with IPTABLES(SLOVED)
...-p icmp -s 64.233.189.104 -j ACCEPT OK, here there are many diffierent kind of ICMP traffic To view what is avaliable try this: iptables -p icmp -h With the above INPUT statement you are allowing all types of ICMP packets into your system. > And this is for TCP ( it does not nedd a INPUT satatment .it works fine) > > iptables -A OUTPUT -p tcp -o eth0 --dport 22 -j ACCEPT That is because the reply for the system you are SSH'ing to is already concidered an ESATBLISHED,RELATED connection which is handled by you ESTABLISHED,RELATED rule. > PLs expalin, why? I hope that might ha...