Description | The state of this ADSP connection. The state is
open if both ends are established. If only one end
is established, then the state is half-open. If
neither end is established, then the state is
closed. If an ADSP server is listening on a socket
and is not yet connected, its state is set to
listening, and the adspConnRemoteAddress,
adspConnRemoteSocket, adspConnRemoteConnID, and
adspConnRemoteWindowSize are all set to zero.
Setting this object to the value invalid(6) has the
effect of invalidating the corresponding entry in
the adspConnTable. That is, it effectively
disassociates the mapping identified with said
entry. It is an implementation-specific matter as
to whether the agent removes an invalidated entry
from the table. Accordingly, management stations
must be prepared to receive from agents tabular
information corresponding to entries not currently
in use. Proper interpretation of such entries
requires examination of the relevant adspConnState
object. |