chromium/third_party/blink/renderer/modules/webtransport/datagram_duplex_stream.cc

// Copyright 2021 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "third_party/blink/renderer/modules/webtransport/datagram_duplex_stream.h"

namespace blink {

void DatagramDuplexStream::setIncomingMaxAge(std::optional<double> max_age) {}

void DatagramDuplexStream::setOutgoingMaxAge(std::optional<double> max_age) {}

void DatagramDuplexStream::setIncomingHighWaterMark(int high_water_mark) {}

void DatagramDuplexStream::setOutgoingHighWaterMark(int high_water_mark) {}

}  // namespace blink