summaryrefslogtreecommitdiffstats
path: root/src/core/network/sockets.h
diff options
context:
space:
mode:
authorFernando S <fsahmkow27@gmail.com>2022-04-10 23:40:54 +0200
committerGitHub <noreply@github.com>2022-04-10 23:40:54 +0200
commit4ad6bca31c231ce55268859f8c201372c2895f2d (patch)
tree899857b4212bceae59956977648a9c0154367dfb /src/core/network/sockets.h
parentMerge pull request #8149 from liamwhite/front-face (diff)
parentservice: sfdnsres: Implement DNS address resolution (diff)
downloadyuzu-4ad6bca31c231ce55268859f8c201372c2895f2d.tar
yuzu-4ad6bca31c231ce55268859f8c201372c2895f2d.tar.gz
yuzu-4ad6bca31c231ce55268859f8c201372c2895f2d.tar.bz2
yuzu-4ad6bca31c231ce55268859f8c201372c2895f2d.tar.lz
yuzu-4ad6bca31c231ce55268859f8c201372c2895f2d.tar.xz
yuzu-4ad6bca31c231ce55268859f8c201372c2895f2d.tar.zst
yuzu-4ad6bca31c231ce55268859f8c201372c2895f2d.zip
Diffstat (limited to 'src/core/network/sockets.h')
-rw-r--r--src/core/network/sockets.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/network/sockets.h b/src/core/network/sockets.h
index 5e39e7c54..caaefce7c 100644
--- a/src/core/network/sockets.h
+++ b/src/core/network/sockets.h
@@ -67,6 +67,8 @@ public:
Errno SetReuseAddr(bool enable);
+ Errno SetKeepAlive(bool enable);
+
Errno SetBroadcast(bool enable);
Errno SetSndBuf(u32 value);