blob: 2ba3e6f2f42f24361e3eb88a449116bc4c190fee [file] [log] [blame]
// Copyright 2023 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
//go:build go1.21 && linux
package quic
// See udp.go.
const (
udpECNSupport = true
udpInvalidLocalAddrIsError = false
)