TIMEOUT_INFO

The TIMEOUT_INFO data structure contains time-out settings for connecting to and retrieving data from the content source.

Syntax
typedef struct _TIMEOUT_INFO{
  DWORDdwSize;
  DWORDdwConnectTimeout;
  DWORDdwDataTimeout;
} TIMEOUT_INFO;
Members

The following table shows members of the TIMEOUT_INFO data structure, and a brief description of each.

Name Type Description
dwSize DWORD Actual size of structure (bytes)
dwConnectTimeout DWORD Time-out for connection (seconds)
dwDataTimeout DWORD Time-out for data (seconds)
Remarks

Values for the data structure set in Server Configuration in the Microsoft Configuration Console.

The default for the time-out settings is 20 seconds. If this time has elapsed, the process from the Filter Daemon gets terminated to avoid deadlock and other resource problems.