Added nodelay socket option

This commit is contained in:
Mauro D
2023-08-16 19:06:57 +02:00
parent 0c95388a70
commit c8c32f3198
7 changed files with 77 additions and 32 deletions

View File

@@ -21,6 +21,7 @@ certificate = "default"
ignore-client-order = true
[server.socket]
nodelay = true
reuse-addr = true
#reuse-port = true
backlog = 1024