Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for setGlobalInternodeInterface (0.4 sec)

  1. cmd/server-main.go

    	nodeNameSum := sha256.Sum256([]byte(globalLocalNodeName))
    	globalLocalNodeNameHex = hex.EncodeToString(nodeNameSum[:])
    
    	// Initialize, see which NIC the service is running on, and save it as global value
    	setGlobalInternodeInterface(ctxt.Interface)
    
    	globalTCPOptions = xhttp.TCPOptions{
    		UserTimeout:        int(ctxt.UserTimeout.Milliseconds()),
    		ClientReadTimeout:  ctxt.ConnClientReadDeadline,
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Wed Apr 24 04:08:47 GMT 2024
    - 33K bytes
    - Viewed (1)
Back to top