aboutsummaryrefslogtreecommitdiff
path: root/src/core/network/sockets.h
diff options
context:
space:
mode:
authortech-ticks <techticksdev@gmail.com>2022-04-07 23:05:50 +0200
committertech-ticks <techticksdev@gmail.com>2022-04-07 23:30:23 +0200
commit1c3983c12e5df5a2a2f33dadf5e4a2f875fe2f47 (patch)
tree268176f6ac0c9c4866baa391bfd0221b25df7d2c /src/core/network/sockets.h
parentf05e87402ae977dc515484ba643562e7ecb2fd68 (diff)
service: bsd: Add keepalive socket option
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);