From 3da1f16192e580f0991ee3041abbe2def39db8c9 Mon Sep 17 00:00:00 2001 From: Musixal Date: Mon, 7 Oct 2024 21:37:22 +0330 Subject: [PATCH] update README.md --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index 372cfbf..277d37e 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,6 @@ To start using the solution, you'll need to configure both server and client com nodelay = false # Use TCP_NODELAY (optional, default: false). retry_interval = 3 # Retry interval in seconds (optional, default: 3s). dial_timeout = 10 # Sets the max wait time for establishing a network connection. (optional, default: 10s) - dial_limit = 100 # Maximum number of concurrent connection attempts to the server. (optional, default: 100) mux_version = 1 # SMUX protocol version (1 or 2). Version 2 may have extra features. (optional) mux_framesize = 32768 # 32 KB. The maximum size of a frame that can be sent over a connection. (optional) mux_recievebuffer = 4194304 # 4 MB. The maximum buffer size for incoming data per connection. (optional) @@ -159,7 +158,6 @@ To start using the solution, you'll need to configure both server and client com connection_pool = 8 keepalive_period = 75 dial_timeout = 10 - dial_limit = 100 nodelay = true retry_interval = 3 sniffer = false @@ -213,7 +211,6 @@ To start using the solution, you'll need to configure both server and client com connection_pool = 8 keepalive_period = 75 dial_timeout = 10 - dial_limit = 100 retry_interval = 3 nodelay = true mux_version = 1 @@ -261,7 +258,6 @@ To start using the solution, you'll need to configure both server and client com connection_pool = 8 keepalive_period = 75 dial_timeout = 10 - dial_limit = 100 retry_interval = 3 nodelay = true sniffer = false @@ -304,7 +300,6 @@ To start using the solution, you'll need to configure both server and client com connection_pool = 8 keepalive_period = 75 dial_timeout = 10 - dial_limit = 100 retry_interval = 3 nodelay = true sniffer = false @@ -351,7 +346,6 @@ To start using the solution, you'll need to configure both server and client com connection_pool = 8 keepalive_period = 75 dial_timeout = 10 - dial_limit = 100 nodelay = true retry_interval = 3 mux_version = 1 @@ -398,7 +392,6 @@ To start using the solution, you'll need to configure both server and client com token = "your_token" keepalive_period = 75 dial_timeout = 10 - dial_limit = 100 nodelay = true retry_interval = 3 connection_pool = 8