Searched refs:MIN_MTU_SIZE (Results 1 – 6 of 6) sorted by relevance
233 EXPECT_CALL(mainComm_, GetCommunicatorMtuSize()).WillOnce(Return(DBConstant::MIN_MTU_SIZE));234 EXPECT_EQ(commProxy_->GetCommunicatorMtuSize(), DBConstant::MIN_MTU_SIZE);
106 return DBConstant::MIN_MTU_SIZE; in GetCommunicatorMtuSize()131 return DBConstant::MIN_MTU_SIZE; in GetCommunicatorMtuSize()
133 if (inMtuSize < DBConstant::MIN_MTU_SIZE) { in CheckAndAdjustMtuSize()134 return DBConstant::MIN_MTU_SIZE; in CheckAndAdjustMtuSize()
127 static constexpr uint32_t MIN_MTU_SIZE = 1024; // 1KB variable
732 EXPECT_EQ(adapter->GetMtuSize(), DBConstant::MIN_MTU_SIZE);740 EXPECT_EQ(adapter->GetMtuSize(), DBConstant::MIN_MTU_SIZE);
57 mtuSize_ = DBConstant::MIN_MTU_SIZE; // default size is 1K, it will update when need sync data. in Initialize()