public interface OncRpcUdpRetransmissionMode
UDP/IP-based ONC/RPC clients
.Modifier and Type | Field and Description |
---|---|
static int |
EXPONENTIAL
In exponentional back-off retransmission mode, UDP/IP-based ONC/RPC
clients first wait a given retransmission timeout period before
sending the ONC/RPC call again.
|
static int |
FIXED
In fixed retransmission mode, UDP/IP-based ONC/RPC clients wait a
given retransmission timeout period before send the ONC/RPC call again.
|
static final int EXPONENTIAL
static final int FIXED
Copyright © 2015. All rights reserved.