service: bsd: Add keepalive socket option

This commit is contained in:
tech-ticks
2022-04-07 23:05:50 +02:00
parent f05e87402a
commit 1c3983c12e
4 changed files with 10 additions and 0 deletions

View File

@ -46,6 +46,7 @@ enum class Protocol : u32 {
enum class OptName : u32 {
REUSEADDR = 0x4,
KEEPALIVE = 0x8,
BROADCAST = 0x20,
LINGER = 0x80,
SNDBUF = 0x1001,