bugfix: returned awg/wg persistentKeepAlive variable type to string b881d92 Nethius force-pushed the bugfix/awg-wg-persistent-keep-alive-variable-type branch from 9658456 to b881d92 Compare September 19, 2024 12:05 pokamest approved these changes Sep 20, 2024 View reviewed changes View ...
var persistentKeepAlive: Int var persistentKeepAlive: String let splitTunnelType: Int let splitTunnelSites: [String] 2 changes: 1 addition & 1 deletion 2 client/server_scripts/awg/template.conf Original file line numberDiff line numberDiff line change @@ -17,4 +17,4 @@ PublicKey = $WIR...
HTTP/1.1 持久连接 persistent connection 2017-04-09 22:31 − 首先:HTTP的长连接和短连接本质上是TCP长连接和短连接。 1. 在HTTP1.0中,默认的是短连接,没有正式规定 Connection:Keep-alive 操作;在HTTP1.1中所有连接都是Keep-alive的,也就是默认都是持续连接的(Persistent C... 小猫慢慢爬 0 9224 ...
* Documentation/helm-values.rst:960: (Wireguard) Controls Wireguard PersistentKeepalive option. Set 0 to disable. So, How can i fix these mistakes? @youhonglian Can you help me ? Member nebril commented Sep 8, 2023 @chaunceyjiang WireGuard needs to be added to Documentation/spelling_word...