10 covers a bug in VPNKit, which is used by docker desktop for networking between the docker VM and the outside world. There is long outstanding bug (>4 years) causing UDP ports to drop service after some amount of traffic. This made LRR unviable on Mac and Windows. Luckily Docker Desktop handles TCP traffic correctly. This PR switches the rover from TCP to UDP.
10 covers a bug in VPNKit, which is used by docker desktop for networking between the docker VM and the outside world. There is long outstanding bug (>4 years) causing UDP ports to drop service after some amount of traffic. This made LRR unviable on Mac and Windows. Luckily Docker Desktop handles TCP traffic correctly. This PR switches the rover from TCP to UDP.