Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 19 of 19 for Total_retrans (0.23 sec)

  1. src/syscall/ztypes_linux_s390x.go

    	Rtt            uint32
    	Rttvar         uint32
    	Snd_ssthresh   uint32
    	Snd_cwnd       uint32
    	Advmss         uint32
    	Reordering     uint32
    	Rcv_rtt        uint32
    	Rcv_space      uint32
    	Total_retrans  uint32
    }
    
    const (
    	SizeofSockaddrInet4     = 0x10
    	SizeofSockaddrInet6     = 0x1c
    	SizeofSockaddrAny       = 0x70
    	SizeofSockaddrUnix      = 0x6e
    	SizeofSockaddrLinklayer = 0x14
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:49 UTC 2023
    - 10.4K bytes
    - Viewed (0)
  2. src/syscall/ztypes_linux_arm.go

    	Rtt            uint32
    	Rttvar         uint32
    	Snd_ssthresh   uint32
    	Snd_cwnd       uint32
    	Advmss         uint32
    	Reordering     uint32
    	Rcv_rtt        uint32
    	Rcv_space      uint32
    	Total_retrans  uint32
    }
    
    const (
    	SizeofSockaddrInet4     = 0x10
    	SizeofSockaddrInet6     = 0x1c
    	SizeofSockaddrAny       = 0x70
    	SizeofSockaddrUnix      = 0x6e
    	SizeofSockaddrLinklayer = 0x14
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:49 UTC 2023
    - 11.5K bytes
    - Viewed (0)
  3. src/syscall/ztypes_linux_386.go

    	Rtt            uint32
    	Rttvar         uint32
    	Snd_ssthresh   uint32
    	Snd_cwnd       uint32
    	Advmss         uint32
    	Reordering     uint32
    	Rcv_rtt        uint32
    	Rcv_space      uint32
    	Total_retrans  uint32
    }
    
    const (
    	SizeofSockaddrInet4     = 0x10
    	SizeofSockaddrInet6     = 0x1c
    	SizeofSockaddrAny       = 0x70
    	SizeofSockaddrUnix      = 0x6e
    	SizeofSockaddrLinklayer = 0x14
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:49 UTC 2023
    - 11.6K bytes
    - Viewed (0)
  4. src/syscall/ztypes_linux_amd64.go

    	Rtt            uint32
    	Rttvar         uint32
    	Snd_ssthresh   uint32
    	Snd_cwnd       uint32
    	Advmss         uint32
    	Reordering     uint32
    	Rcv_rtt        uint32
    	Rcv_space      uint32
    	Total_retrans  uint32
    }
    
    const (
    	SizeofSockaddrInet4     = 0x10
    	SizeofSockaddrInet6     = 0x1c
    	SizeofSockaddrAny       = 0x70
    	SizeofSockaddrUnix      = 0x6e
    	SizeofSockaddrLinklayer = 0x14
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:49 UTC 2023
    - 12K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/syscall_zos_s390x.go

    	tcpinfo.Advmss = conn.sendMSS        // dummy
    	tcpinfo.Reordering = 0               // dummy
    	tcpinfo.Rcv_rtt = conn.roundTripTime // dummy
    	tcpinfo.Rcv_space = conn.sendMSS     // dummy
    	tcpinfo.Total_retrans = conn.reXmtCount
    
    	svcUnload(&svcNameTable[svc_EZBNMIF4][0], EZBNMIF4)
    
    	return &tcpinfo, nil
    }
    
    // GetsockoptString returns the string value of the socket option opt for the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 84.4K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux.go

    	Rttvar               uint32
    	Snd_ssthresh         uint32
    	Snd_cwnd             uint32
    	Advmss               uint32
    	Reordering           uint32
    	Rcv_rtt              uint32
    	Rcv_space            uint32
    	Total_retrans        uint32
    	Pacing_rate          uint64
    	Max_pacing_rate      uint64
    	Bytes_acked          uint64
    	Bytes_received       uint64
    	Segs_out             uint32
    	Segs_in              uint32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 251K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"TCPInfo.Sacked", Field, 1},
    		{"TCPInfo.Snd_cwnd", Field, 1},
    		{"TCPInfo.Snd_mss", Field, 1},
    		{"TCPInfo.Snd_ssthresh", Field, 1},
    		{"TCPInfo.State", Field, 1},
    		{"TCPInfo.Total_retrans", Field, 1},
    		{"TCPInfo.Unacked", Field, 1},
    		{"TCPKeepalive", Type, 3},
    		{"TCPKeepalive.Interval", Field, 3},
    		{"TCPKeepalive.OnOff", Field, 3},
    		{"TCPKeepalive.Time", Field, 3},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  8. api/go1.1.txt

    pkg syscall (linux-386), type TCPInfo struct, Snd_ssthresh uint32
    pkg syscall (linux-386), type TCPInfo struct, State uint8
    pkg syscall (linux-386), type TCPInfo struct, Total_retrans uint32
    pkg syscall (linux-386), type TCPInfo struct, Unacked uint32
    pkg syscall (linux-386-cgo), const AF_ALG = 38
    pkg syscall (linux-386-cgo), const AF_APPLETALK = 5
    pkg syscall (linux-386-cgo), const AF_ASH = 18
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 31 20:37:15 UTC 2022
    - 2.6M bytes
    - Viewed (0)
  9. api/go1.2.txt

    pkg syscall (linux-arm-cgo), type TCPInfo struct, Snd_ssthresh uint32
    pkg syscall (linux-arm-cgo), type TCPInfo struct, State uint8
    pkg syscall (linux-arm-cgo), type TCPInfo struct, Total_retrans uint32
    pkg syscall (linux-arm-cgo), type TCPInfo struct, Unacked uint32
    pkg syscall (linux-arm-cgo), type Termios struct
    pkg syscall (linux-arm-cgo), type Termios struct, Cc [32]uint8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Oct 18 04:36:59 UTC 2013
    - 1.9M bytes
    - Viewed (0)
Back to top