Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CheckPortAvailability (0.17 sec)

  1. cmd/server-main.go

    	// (non-)minio process is listening on IPv4 of given port.
    	// To avoid this error situation we check for port availability.
    	logger.FatalIf(xhttp.CheckPortAvailability(globalMinioHost, globalMinioPort, globalTCPOptions), "Unable to start the server")
    }
    
    func initAllSubsystems(ctx context.Context) {
    	// Initialize notification peer targets
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Fri May 03 15:54:03 GMT 2024
    - 34.9K bytes
    - Viewed (1)
Back to top