ENet Class Library for C#

ENetApi.enet_peer_throttle_configure Method

[Visual Basic]
Public Shared Sub enet_peer_throttle_configure( _
   ByVal peer As ENetPeer*, _
   ByVal interval As UInt32, _
   ByVal acceleration As UInt32, _
   ByVal deceleration As UInt32 _
)
[C#]
public static void enet_peer_throttle_configure(
   ENetPeer* peer,
   uint interval,
   uint acceleration,
   uint deceleration
);

See Also

ENetApi Class | ENet.Native Namespace