Skip to content

CloudXR Framework 6.0.3

Choose a tag to compare

@tengw-nv tengw-nv released this 25 Mar 23:20
· 4 commits to main since this release
6535e5a

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