API reference
API reference
Select your platform
No SDKs available
No versions available

OVR_Packet.h Header File

A packet owned by an ovrInstalledApplicationHandle is a basic unit of data transmission over a network, allowing devices to communicate with each other efficiently and reliably. UDP and TCP are two protocols that govern how those packets are transmitted over a network. UDP is suitable for applications that require fast transmission and can tolerate some packet loss, while TCP is better suited for applications that require reliable data transfer.