mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-23 20:27:53 -05:00
service: bsd: Add keepalive socket option
This commit is contained in:
@ -46,6 +46,7 @@ enum class Protocol : u32 {
|
||||
|
||||
enum class OptName : u32 {
|
||||
REUSEADDR = 0x4,
|
||||
KEEPALIVE = 0x8,
|
||||
BROADCAST = 0x20,
|
||||
LINGER = 0x80,
|
||||
SNDBUF = 0x1001,
|
||||
|
Reference in New Issue
Block a user