Site icon EfmSoft

¿Qué significa el código NTSTATUS 0xC000020C (STATUS_CONNECTION_DISCONNECTED)?

 
Anterior Siguiente
STATUS_ADDRESS_CLOSED STATUS_CONNECTION_RESET

STATUS_CONNECTION_DISCONNECTED

Qué significa STATUS_CONNECTION_DISCONNECTED

STATUS_CONNECTION_DISCONNECTED describe un endpoint después de la desconexión. I/O posterior no debe analizarse como si el connect inicial hubiera fallado: la sesión existió y luego dejó de estar conectada.

El código debe limpiar o reconstruir el state superior según el protocolo. Reutilizar el mismo connection object sin pasar por el flujo de reconnect permitido puede conservar handles, sequence numbers o assumptions inválidas.

Qué comprobar

Referencias técnicas


¿Buscas un código diferente? Buscar otro código de estado o error.

Exit mobile version