VIO server constructed raw TCP packets with IP() which defaults source IP to 0.0.0.0. Packets get dropped by routers so the client never receives responses. Fix: IP(src=vps_ip) to use the configured server IP. Ref #27
7.1 KiB
7.1 KiB