SOLSTICE X.25, CAUSE IN CLEAR REQUEST PACKET

rafaroldanpfc2_at_yahoo.es
Date: 09/16/05


Date: 16 Sep 2005 01:22:22 -0700

Hy all,

We have developed a PAD application using C under UNIX and the solstice
X.25 9.2.

In one point of the code, we send a x.25 clear request:

X25_CAUSE_DIAG diag;
int socket, error;
diag.flags = (1 << DIAG_TYPE) | (1 << WAIT_CONFIRMATION);
diag.datalen = 2;
diag.data[0] = 09;
diag.data[1] = 00;
error = ioctl(s, X25_WR_CAUSE_DIAG, &diag);

But using the x25trace, we see that the x25 clear request packet sent
has this form:
Cause: 89
Diagnostic: 0

Why the most significant bit of the cause byte is set to 1?
Is it possible to change it?

Thanks all,
Rafa



Relevant Pages

  • UNIX garbage collection (was Details on delivering and managing application)
    ... > Is it just me or is the Unix process model very strange... ... Here's how modern UNIX garbage collectors work: ... Processes create new memory pools by forking copies ... request, it forks, so all of the code and configuration data is shared ...
    (comp.lang.lisp)
  • Re: Carl Shapiro: Where is the Win32 port of CMUCL?
    ... The reason Unix had fork, was that it followed KISS for a while, and didn't want to distinguish processes and threads. ... You do seem to be forgetting remote procedure calls (RPC) however which provide a message based communication. ... process-creation and context switching, so that's probably why the world has great inventions like Thread Pools that reduce load by maybe 1% on heavily loaded web servers (because I don't believe that efficient thread creation, say on Linux, adds more overhead than that to a web request). ...
    (comp.lang.lisp)
  • SOLSTICE X.25, CAUSE IN CLEAR REQUEST PACKET
    ... We have developed a PAD application using C under UNIX and the solstice ... we see that the x25 clear request packet sent ...
    (comp.unix.solaris)
  • SOLSTICE X.25, CAUSE IN CLEAR REQUEST PACKET
    ... We have developed a PAD application using C under UNIX and the solstice ... we see that the x25 clear request packet sent ...
    (comp.sys.sun.apps)
  • SOLSTICE X.25, CAUSE IN CLEAR REQUEST PACKET
    ... We have developed a PAD application using C under UNIX and the solstice ... we see that the x25 clear request packet sent ...
    (comp.unix.programmer)