C# Class Microsoft.Protocols.TestTools.StackSdk.FileAccessService.Smbd.SmbdConnection

Mostrar archivo Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property Type Description
ACTIVE_NEGOTIATION_TIMEOUT int
FLOOR_MAX_FRAGMENTED_SIZE uint
FLOOR_MAX_READ_WRITE_SIZE uint
FLOOR_MAX_RECEIVE_SIZE uint
IDLE_CONNECTION_TIMEOUT int
KEEP_ALIVE_INTERVAL int
PASSIVE_NEGOTIATION_TIMEOUT int

Property Details

ACTIVE_NEGOTIATION_TIMEOUT public_oe static_oe property

Section 3.1.4.1, Connecting to the Peer: "Start a Negotiation Timer of 120 seconds" Timeout of the negotiation on the peer which establish the connection actively.
public static int ACTIVE_NEGOTIATION_TIMEOUT
return int

FLOOR_MAX_FRAGMENTED_SIZE public_oe static_oe property

floor value of MaxFragmentedSize
public static uint FLOOR_MAX_FRAGMENTED_SIZE
return uint

FLOOR_MAX_READ_WRITE_SIZE public_oe static_oe property

floor value of MaxReadWriteSize
public static uint FLOOR_MAX_READ_WRITE_SIZE
return uint

FLOOR_MAX_RECEIVE_SIZE public_oe static_oe property

floor value of MaxReceiveSize
public static uint FLOOR_MAX_RECEIVE_SIZE
return uint

IDLE_CONNECTION_TIMEOUT public_oe static_oe property

Section 3.1.5.1, Sending Upper Layer Message: "the Idle Connection Timer MUST be reset to 5 seconds" Timeout after message with SMB_DIRECT_RESPONSE_REQUESTED is sent.
public static int IDLE_CONNECTION_TIMEOUT
return int

KEEP_ALIVE_INTERVAL public_oe static_oe property

Section 3.1.1.1 Per RDMA Transport Connection Connection.KeepaliveInterval: The timeout to initiate send of a keepalive message on an idle RDMA connection.
public static int KEEP_ALIVE_INTERVAL
return int

PASSIVE_NEGOTIATION_TIMEOUT public_oe static_oe property

Section 3.1.7.2, Connection Arrival: "Start a Negotiation Timer interval of 5 seconds". Timeout of the negotiation on the peer which accept the connection.
public static int PASSIVE_NEGOTIATION_TIMEOUT
return int