Click or drag to resize
BroccoliSharp BroConnectionInputBufferLength Property
Gets connection statistic for the number of bytes to process in input buffer.

Namespace: BroccoliSharp
Assembly: BroccoliSharp (in BroccoliSharp.dll) Version: 1.0.5434.15853
Syntax
public int InputBufferLength { get; }

Property Value

Type: Int32
Remarks
Returns rx_buflen value from the bro_conn_stats structure.
See Also