次の方法で共有


TCP_CONNECTION_OFFLOAD_STATE (Compact 2013)

3/26/2014

This enumeration defines the possible TCP offload states for a TCP connection.

Syntax

typedef enum  {
  TcpConnectionOffloadStateInHost       = 0,
  TcpConnectionOffloadStateOffloading   = 1,
  TcpConnectionOffloadStateOffloaded    = 2,
  TcpConnectionOffloadStateUploading    = 3,
  TcpConnectionOffloadStateMax          = 4 
} TCP_CONNECTION_OFFLOAD_STATE;

Constants

  • TcpConnectionOffloadStateInHost
    The TCP connection is currently owned by the network stack on the local device, and is not offloaded.
  • TcpConnectionOffloadStateOffloading
    The TCP connection is being offloaded. But the offload has not been completed.
  • TcpConnectionOffloadStateOffloaded
    The TCP connection is offloaded to the network interface controller.
  • TcpConnectionOffloadStateUploading
    The TCP connection is being uploaded back to the network stack on the local computer. But the reinstate-to-host process has not completed.
  • TcpConnectionOffloadStateMax
    The maximum possible value for the TCP_CONNECTION_OFFLOAD_STATE enumeration type. This is not a legal value for the possible TCP connection offload state.

See Also

Reference

MIB Enumerations
GetTcp6Table
GetTcp6Table2
MIB_TCP6ROW2
MIB_TCPROW2
MIB_TCP6TABLE2
MIB_TCPTABLE2