mirror of
https://github.com/netchx/netch.git
synced 2026-03-16 17:53:17 +08:00
35 lines
1.0 KiB
C#
35 lines
1.0 KiB
C#
////using System;
|
|
////using System.Linq;
|
|
////namespace DnsClient
|
|
////{
|
|
//// /// <summary>
|
|
//// /// Used for debugging at the moment, might be removed in a future release.
|
|
//// /// </summary>
|
|
//// public static class StaticLog
|
|
//// {
|
|
//// /// <summary>
|
|
//// /// The number of byte array allocations.
|
|
//// /// </summary>
|
|
//// public static long ByteArrayAllocations;
|
|
|
|
//// /// <summary>
|
|
//// /// The number of byte arrays released.
|
|
//// /// </summary>
|
|
//// public static long ByteArrayReleases;
|
|
|
|
//// /// <summary>
|
|
//// /// The number of resolved queries.
|
|
//// /// </summary>
|
|
//// public static long ResolveQueryCount;
|
|
|
|
//// /// <summary>
|
|
//// /// The number of resolve query tries.
|
|
//// /// </summary>
|
|
//// public static long ResolveQueryTries;
|
|
|
|
//// /// <summary>
|
|
//// /// The number of created clients.
|
|
//// /// </summary>
|
|
//// public static long CreatedClients;
|
|
//// }
|
|
////} |