From 741c88892908d53e0600e213480bc6145600f4f2 Mon Sep 17 00:00:00 2001 From: yomnes0 Date: Tue, 9 Jan 2024 14:39:59 +0100 Subject: [PATCH] [core] Add m_SendOverlapped variable also removed by mistake --- srtcore/channel.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/srtcore/channel.h b/srtcore/channel.h index 121248061..648944202 100644 --- a/srtcore/channel.h +++ b/srtcore/channel.h @@ -176,6 +176,9 @@ class CChannel private: UDPSOCKET m_iSocket; // socket descriptor +#ifdef _WIN32 + mutable WSAOVERLAPPED m_SendOverlapped; +#endif // Mutable because when querying original settings // this comprises the cache for extracted values,