From 1c3983c12e5df5a2a2f33dadf5e4a2f875fe2f47 Mon Sep 17 00:00:00 2001 From: tech-ticks Date: Thu, 7 Apr 2022 23:05:50 +0200 Subject: service: bsd: Add keepalive socket option --- src/core/network/sockets.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/core/network/sockets.h') 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); -- cgit v1.2.3