Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for hasFallenBack (0.12 sec)

  1. src/net/mptcpsock_linux.go

    }
    
    // isUsingMultipathTCP reports whether MPTCP is still being used.
    //
    // Please look at the description of hasFallenBack (kernel >=5.16) and
    // isUsingMPTCPProto methods for more details about what is being checked here.
    func isUsingMultipathTCP(fd *netFD) bool {
    	if hasSOLMPTCP {
    		return !hasFallenBack(fd)
    	}
    
    	return isUsingMPTCPProto(fd)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 24 18:48:34 UTC 2023
    - 4K bytes
    - Viewed (0)
Back to top