Klasse IPHlpAPI.MIB_TCPSTATS

java.lang.Object
com.sun.jna.Structure
com.sun.jna.platform.win32.IPHlpAPI.MIB_TCPSTATS
Umschließende Schnittstelle:
IPHlpAPI

@FieldOrder({"dwRtoAlgorithm","dwRtoMin","dwRtoMax","dwMaxConn","dwActiveOpens","dwPassiveOpens","dwAttemptFails","dwEstabResets","dwCurrEstab","dwInSegs","dwOutSegs","dwRetransSegs","dwInErrs","dwOutRsts","dwNumConns"}) public static class IPHlpAPI.MIB_TCPSTATS extends Structure
The MIB_TCPSTATS structure contains statistics for the TCP protocol running on the local computer.

In the Windows SDK, the version of the structure for use on Windows Vista and later is defined as MIB_TCPSTATS_LH. In the Windows SDK, the version of this structure to be used on earlier systems including Windows 2000 and later is defined as MIB_TCPSTATS_W2K.

  • Felddetails

    • dwRtoAlgorithm

      public int dwRtoAlgorithm
    • dwRtoMin

      public int dwRtoMin
    • dwRtoMax

      public int dwRtoMax
    • dwMaxConn

      public int dwMaxConn
    • dwActiveOpens

      public int dwActiveOpens
    • dwPassiveOpens

      public int dwPassiveOpens
    • dwAttemptFails

      public int dwAttemptFails
    • dwEstabResets

      public int dwEstabResets
    • dwCurrEstab

      public int dwCurrEstab
    • dwInSegs

      public int dwInSegs
    • dwOutSegs

      public int dwOutSegs
    • dwRetransSegs

      public int dwRetransSegs
    • dwInErrs

      public int dwInErrs
    • dwOutRsts

      public int dwOutRsts
    • dwNumConns

      public int dwNumConns
  • Konstruktordetails

    • MIB_TCPSTATS

      public MIB_TCPSTATS()