summaryrefslogtreecommitdiffstats
path: root/src/core/network/sockets.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/core/network/sockets.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/core/network/sockets.h b/src/core/network/sockets.h
index 5e39e7c54..f889159f5 100644
--- a/src/core/network/sockets.h
+++ b/src/core/network/sockets.h
@@ -1,6 +1,5 @@
-// Copyright 2020 yuzu emulator team
-// Licensed under GPLv2 or any later version
-// Refer to the license.txt file included.
+// SPDX-FileCopyrightText: Copyright 2020 yuzu Emulator Project
+// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
@@ -67,6 +66,8 @@ public:
Errno SetReuseAddr(bool enable);
+ Errno SetKeepAlive(bool enable);
+
Errno SetBroadcast(bool enable);
Errno SetSndBuf(u32 value);