diff options
| author | 2022-04-07 23:05:50 +0200 | |
|---|---|---|
| committer | 2022-04-07 23:30:23 +0200 | |
| commit | 1c3983c12e5df5a2a2f33dadf5e4a2f875fe2f47 (patch) | |
| tree | 268176f6ac0c9c4866baa391bfd0221b25df7d2c /src/core/network/sockets.h | |
| parent | patch_manager: Apply layered exefs patches from 'atmosphere' SD directory (diff) | |
| download | yuzu-1c3983c12e5df5a2a2f33dadf5e4a2f875fe2f47.tar.gz yuzu-1c3983c12e5df5a2a2f33dadf5e4a2f875fe2f47.tar.xz yuzu-1c3983c12e5df5a2a2f33dadf5e4a2f875fe2f47.zip | |
service: bsd: Add keepalive socket option
Diffstat (limited to 'src/core/network/sockets.h')
| -rw-r--r-- | src/core/network/sockets.h | 2 |
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: | |||
| 67 | 67 | ||
| 68 | Errno SetReuseAddr(bool enable); | 68 | Errno SetReuseAddr(bool enable); |
| 69 | 69 | ||
| 70 | Errno SetKeepAlive(bool enable); | ||
| 71 | |||
| 70 | Errno SetBroadcast(bool enable); | 72 | Errno SetBroadcast(bool enable); |
| 71 | 73 | ||
| 72 | Errno SetSndBuf(u32 value); | 74 | Errno SetSndBuf(u32 value); |