aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/peer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/peer.h')
-rw-r--r--src/peer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/peer.h b/src/peer.h
index 2e04262..06b5b1e 100644
--- a/src/peer.h
+++ b/src/peer.h
@@ -63,6 +63,7 @@ struct wg_peer {
u64 internal_id;
struct napi_struct napi;
bool is_dead;
+ bool is_ecn_aware;
};
struct wg_peer *wg_peer_create(struct wg_device *wg,