Signed-off-by: Arlin Davis <[email protected]> --- dapl/openib_common/dapl_ib_common.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dapl/openib_common/dapl_ib_common.h b/dapl/openib_common/dapl_ib_common.h index 982621c..6c66b25 100644 --- a/dapl/openib_common/dapl_ib_common.h +++ b/dapl/openib_common/dapl_ib_common.h @@ -167,8 +167,8 @@ typedef uint16_t ib_hca_port_t; /* DAPL uCM timers, default queue sizes */ #define DCM_RETRY_CNT 10 -#define DCM_REP_TIME 400 /* reply timeout in m_secs */ -#define DCM_RTU_TIME 200 /* rtu timeout in m_secs */ +#define DCM_REP_TIME 800 /* reply timeout in m_secs */ +#define DCM_RTU_TIME 400 /* rtu timeout in m_secs */ #define DCM_QP_SIZE 500 /* uCM tx, rx qp size */ #define DCM_CQ_SIZE 500 /* uCM cq size */ -- 1.5.2.5 _______________________________________________ ofw mailing list [email protected] http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ofw
