Exemple #1
0
 public void SetMaxConnections(ushort max_connections)
 {
     if (pointer == IntPtr.Zero)
     {
         return;
     }
     RakPeer_Native.NET_SetMaxConnections(pointer, max_connections);
 }