Fixes Windows build with TCP enabled

This commit is contained in:
Jonathan Schwartz
2024-02-23 14:16:15 +00:00
parent 05888e5c20
commit 219a5edbd8
3 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ private:
SocketFileDescriptor fd;
};
NetworkInterface interface;
NetworkInterface interfaceDescription;
uint32_t dstIP;
uint16_t dstPort;
std::unique_ptr<Socket> socket;