mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
Replace default_tcp_options with constant (#5056)
Replace `default_tcp_options` with constant
This commit is contained in:
@@ -107,7 +107,7 @@ TCP_Options :: struct {
|
||||
no_delay: bool,
|
||||
}
|
||||
|
||||
default_tcp_options := TCP_Options {
|
||||
DEFAULT_TCP_OPTIONS :: TCP_Options {
|
||||
no_delay = ODIN_NET_TCP_NODELAY_DEFAULT,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user