Improve compatibility for kTLS
This commit is contained in:
@@ -240,10 +240,6 @@ The path to the server private key, in PEM format.
|
||||
|
||||
Only TLS 1.3 is supported.
|
||||
|
||||
!!! warning ""
|
||||
|
||||
uTLS is compatible, but not other custom TLS.
|
||||
|
||||
!!! warning ""
|
||||
|
||||
kTLS TX may only improve performance when `splice(2)` is available (both ends must be TCP or TLS without additional protocols after handshake); otherwise, it will definitely degrade performance.
|
||||
@@ -262,10 +258,6 @@ Enable kernel TLS transmit support.
|
||||
|
||||
Only TLS 1.3 is supported.
|
||||
|
||||
!!! warning ""
|
||||
|
||||
uTLS is compatible, but not other custom TLS.
|
||||
|
||||
!!! failure ""
|
||||
|
||||
kTLS RX will definitely degrade performance even if `splice(2)` is in use, so enabling it is not recommended.
|
||||
|
||||
Reference in New Issue
Block a user