- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for NT_STATUS_NETWORK_NAME_DELETED (0.15 seconds)
-
src/main/java/jcifs/smb/SmbFile.java
int status = se.getNtStatus(); // Retry on network-related errors but not on authentication or access errors return status == NtStatus.NT_STATUS_CONNECTION_REFUSED || status == NtStatus.NT_STATUS_NETWORK_NAME_DELETED || status == NtStatus.NT_STATUS_BAD_NETWORK_NAME; } return false; } /** * Simple connection retry logic - could be enhanced with exponential backoff
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 30 05:58:03 GMT 2025 - 103.2K bytes - Click Count (0)