/* SPDX-License-Identifier: LGPL-2.1+ * * Copyright (C) 2019 Thomas Gschwantner . */ #ifndef __COMMON_H__ #define __COMMON_H__ #include #define MAX_CONNECTIONS 16 static const char WG_DYNAMIC_ADDR[] = "fe80::"; static const uint16_t WG_DYNAMIC_PORT = 1337; #endif