Site icon EfmSoft

What does NTSTATUS 0xC000013F (STATUS_LINK_TIMEOUT) mean?

 
Previous Next
STATUS_LINK_FAILED STATUS_INVALID_CONNECTION

STATUS_LINK_TIMEOUT

The virtual circuit timed out

These statuses describe transport endpoint and connection state. For STATUS_LINK_TIMEOUT, they can appear below higher-level file sharing, DFS, redirector, RPC, or networking code before the error is translated to Win32 or Winsock form.

This status points to a timeout on an established transport path. It usually reflects a nonresponsive peer, lost route, stalled network, or transport timeout policy.

For STATUS_LINK_TIMEOUT, for diagnostics, capture the endpoint address, address family, connection object, local and remote close/reset events, timeout, route, ICMP condition when available, and the higher-level component that issued the transport request.

What to inspect

References for STATUS_LINK_TIMEOUT


Looking for a different code? Search another status or error code.

Exit mobile version