mirror of
https://github.com/tsl0922/ttyd.git
synced 2026-01-03 09:24:22 +01:00
add --srv-buf-size option
This commit is contained in:
@@ -121,6 +121,10 @@ Cross platform: macOS, Linux, FreeBSD/OpenBSD, OpenWrt/LEDE, Windows
|
||||
-P, --ping-interval
|
||||
Websocket ping interval(sec) (default: 5)
|
||||
|
||||
.PP
|
||||
-f, --srv-buf-size
|
||||
Maximum chunk of file (in bytes) that can be sent at once, a larger value may improve throughput (default: 4096)
|
||||
|
||||
.PP
|
||||
-6, --ipv6
|
||||
Enable IPv6 support
|
||||
|
||||
@@ -83,6 +83,9 @@ ttyd 1 "September 2016" ttyd "User Manual"
|
||||
-P, --ping-interval
|
||||
Websocket ping interval(sec) (default: 5)
|
||||
|
||||
-f, --srv-buf-size
|
||||
Maximum chunk of file (in bytes) that can be sent at once, a larger value may improve throughput (default: 4096)
|
||||
|
||||
-6, --ipv6
|
||||
Enable IPv6 support
|
||||
|
||||
|
||||
Reference in New Issue
Block a user