Searched refs:MaxFragmentSize (Results 1 – 1 of 1) sorted by relevance
195 uint64_t MaxFragmentSize = UINT64_C(0); in getMaxWindowSize() local199 MaxFragmentSize = std::max(MaxFragmentSize, Policy->getWindowSize()); in getMaxWindowSize()202 FragmentToMaxWindowSize.insert(std::make_pair(Fragment, MaxFragmentSize)); in getMaxWindowSize()226 uint64_t MaxFragmentSize = MaxWindowSize - UINT16_C(1); in relaxFragment() local227 for (uint64_t Size = UINT64_C(0); Size <= MaxFragmentSize; ++Size) { in relaxFragment()