Object
ENetPeer
![]() | Returns the channel count on the peer. |
![]() | Sets or gets custom data on the peer. |
![]() | Returns the host address of the connected peer. |
![]() | Gets last round trip time in milliseconds. |
![]() | Gets lowest round trip time in milliseconds. |
![]() | Gets mean packet loss of reliable packets as a ratio with respect to the constant 65536. |
![]() | Gets variance of packet loss. |
![]() | Returns the port number of the connected peer. |
![]() | Mean round trip time (RTT), in milliseconds, between sending a reliable packet and receiving its acknowledgement |
![]() | Variance of round trip time |
![]() | Request a disconnection from a peer. |
![]() | Disconnects next time there is good time for the service to disconnect. |
![]() | Disconnects right away. |
![]() | Sets the timeout parameters for a peer. |
![]() | Ping requests factor into the mean round trip time as designated by the RoundTripTime field in the ENetPeer structure. |
![]() | Sets the interval at which pings will be sent to a peer. |
![]() | Configure throttle probability for unreliable packets. |
![]() | Writes a reliable packet to send, taking the data in as ENetPacket. |
![]() | Writes a reliable packet to send, taking the data in as string. |
![]() | Writes packet to send using specific flags, taking the data in as string. |
![]() | A version constant returning version of the plugin to aid conditional compile macros. |