I am surprised that websocket is 10x slower comparing to quic. could you try: 1. disable tcp slow start: `sysctl -w net.ipv4.tcp_slow_start_after_idle=0` 2. traceroute on websocket to make sure your ISP doesn't have weird routing?
I am surprised that websocket is 10x slower comparing to quic. could you try:
sysctl -w net.ipv4.tcp_slow_start_after_idle=0