errors_default.go 198 B

123456789101112
  1. //go:build !linux
  2. /* SPDX-License-Identifier: MIT
  3. *
  4. * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
  5. */
  6. package conn
  7. func errShouldDisableUDPGSO(err error) bool {
  8. return false
  9. }