mirror of
https://github.com/amnezia-vpn/amneziawg-go.git
synced 2025-04-15 21:46:54 +02:00
On a many-core machine with the race detector enabled, this test can take several minutes to complete. Signed-off-by: Josh Bleecher Snyder <josh@tailscale.com>
10 lines
159 B
Go
10 lines
159 B
Go
//+build race
|
|
|
|
/* SPDX-License-Identifier: MIT
|
|
*
|
|
* Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
|
|
*/
|
|
|
|
package device
|
|
|
|
const raceEnabled = true
|