Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for inactiveConnection (0.13 sec)

  1. pkg/proxy/ipvs/util/ipvs_linux.go

    	}
    	return &RealServer{
    		Address:      dst.Address,
    		Port:         dst.Port,
    		Weight:       dst.Weight,
    		ActiveConn:   dst.ActiveConnections,
    		InactiveConn: dst.InactiveConnections,
    	}, nil
    }
    
    // toIPVSService converts a VirtualServer to the equivalent IPVS Service structure.
    func toIPVSService(vs *VirtualServer) (*libipvs.Service, error) {
    	if vs == nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 05:08:41 UTC 2024
    - 9K bytes
    - Viewed (0)
Back to top