Skip to content

Commit

Permalink
add accept_udp options to server side
Browse files Browse the repository at this point in the history
  • Loading branch information
Musixal committed Oct 12, 2024
1 parent b744a8f commit e41897e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ To start using the solution, you'll need to configure both server and client com
[server]# Local, IRAN
bind_addr = "0.0.0.0:3080" # Address and port for the server to listen on (mandatory).
transport = "tcp" # Protocol to use ("tcp", "tcpmux", "ws", "wss", "wsmux", "wssmux". mandatory).
accept_udp = true # Enable transferring UDP connections over TCP transport. (optional, default: false)
token = "your_token" # Authentication token for secure communication (optional).
keepalive_period = 75 # Interval in seconds to send keep-alive packets.(optional, default: 75s)
nodelay = false # Enable TCP_NODELAY (optional, default: false).
Expand Down

0 comments on commit e41897e

Please sign in to comment.