Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Musixal committed Oct 7, 2024
1 parent ab229e0 commit 3da1f16
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 3da1f16

Please sign in to comment.