// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "net/tools/quic/quic_simple_server_socket.h" #include "net/base/net_errors.h" #include "net/log/net_log_source.h" #include "net/third_party/quiche/src/quiche/quic/core/quic_constants.h" namespace net { std::unique_ptr<UDPServerSocket> CreateQuicSimpleServerSocket( const IPEndPoint& address, IPEndPoint* server_address) { … } } // namespace net