Values.PingBeaconSourceInformation about a UDP ping beacon that can be used to measure network latency between a player device and an Amazon GameLift Servers hosting location.
type nonrec t = {uDPEndpoint : UDPEndpoint.t option;The domain name and port of the UDP ping beacon. Your game client can send UDP messages to this endpoint and receive responses to measure network latency.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Integer of PositiveInteger.t
| `String of NonZeroAndMaxString.t ])
list ])
list ]