Reduce importance of TCP_NODELAY message

This commit is contained in:
Fierelier 2024-04-23 15:55:11 +02:00
parent c91f2da688
commit 94b1547924
1 changed files with 1 additions and 1 deletions

View File

@ -239,7 +239,7 @@ else:
print("* In: Encrypted")
print("* Out: Plain")
if nodelay: print("* TCP_NODELAY is enabled.")
if nodelay: print("TCP_NODELAY is enabled.")
timeout = 15.0
if "TUNNEL_TIMEOUT" in os.environ: timeout = float(os.environ["TUNNEL_TIMEOUT"])