mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-15 04:37:51 +00:00
service: bsd: Add keepalive socket option
This commit is contained in:
parent
de955ddc9d
commit
cdc7fc731d
4 changed files with 10 additions and 0 deletions
|
@ -67,6 +67,8 @@ public:
|
|||
|
||||
Errno SetReuseAddr(bool enable);
|
||||
|
||||
Errno SetKeepAlive(bool enable);
|
||||
|
||||
Errno SetBroadcast(bool enable);
|
||||
|
||||
Errno SetSndBuf(u32 value);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue