Displaying 3 results from an estimated 3 matches for "satate".
Did you mean:
astate
2015 Apr 01
1
Remote protocol abstracted
..., `msg_query()` handled two commands by the client: `MSG_QUERY`
and
also `MSG_GETMSET` (which was marked as "used during a conversation"). This
changes this and makes it so `msg_query()` returns even when the client
hasn't
yet sent a `MSG_GETMSET`, but instead only keeping the current satate of the
query in the `MatchState` struct and setting the expected `required_type`
for
the next command.
The purpose of this is that an event based remote protocol server might
still
not yet have the `MSG_GETMSET` message from the client as a response, and
it'd
be bad practice (or catastrophic)...
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)
Hi all,
That issue is over now. I found why my ESTABLISHED,RELATED rule at the top
of INPUT chain did not work for udp and icmp.
The reason was I have included the protocol as tcp as below
iptables -A INPUT -i eth0 -p tcp -m state --state ESTABLISHED,RELATED -j
ACCEPT
I removed -p tcp from above rule. Now it works for all protocols.
Thanks for your support.
---------- Forwarded message