CloudXR Framework 6.0.3
Bug Fixes & Performance Enhancements
- Fix: bump OpenSSL version to 3.5.5
- Fix: return full server cert chain in secure connection challenge
- Fix: incorrect protocol and port in secure connection challenge
- Fix: return 0x80420001 error code with invalid client token in secure connection
- Optimization: send poses early before frames are received
- Optimization: optimize the convergence to pose prediction horizon
- Optimization: make the dequeue to photon bias adaptive
- Optimization: CPU usage optimization in network stack efficiency by avoiding the socket type lookup
- Optimization: CPU usage optimization in network stack by replacing recvmsg with lighter recvfrom