Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 22 for Rto (0.08 sec)

  1. src/syscall/ztypes_linux_riscv64.go

    	Uid uint32
    	Gid uint32
    }
    
    type TCPInfo struct {
    	State          uint8
    	Ca_state       uint8
    	Retransmits    uint8
    	Probes         uint8
    	Backoff        uint8
    	Options        uint8
    	Rto            uint32
    	Ato            uint32
    	Snd_mss        uint32
    	Rcv_mss        uint32
    	Unacked        uint32
    	Sacked         uint32
    	Lost           uint32
    	Retrans        uint32
    	Fackets        uint32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:49 UTC 2023
    - 10.2K bytes
    - Viewed (0)
  2. src/syscall/ztypes_linux_s390x.go

    }
    
    type TCPInfo struct {
    	State          uint8
    	Ca_state       uint8
    	Retransmits    uint8
    	Probes         uint8
    	Backoff        uint8
    	Options        uint8
    	_              [2]byte
    	Rto            uint32
    	Ato            uint32
    	Snd_mss        uint32
    	Rcv_mss        uint32
    	Unacked        uint32
    	Sacked         uint32
    	Lost           uint32
    	Retrans        uint32
    	Fackets        uint32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:49 UTC 2023
    - 10.4K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/ztypes_darwin_arm64.go

    }
    
    type TCPConnectionInfo struct {
    	State               uint8
    	Snd_wscale          uint8
    	Rcv_wscale          uint8
    	_                   uint8
    	Options             uint32
    	Flags               uint32
    	Rto                 uint32
    	Maxseg              uint32
    	Snd_ssthresh        uint32
    	Snd_cwnd            uint32
    	Snd_wnd             uint32
    	Snd_sbbytes         uint32
    	Rcv_wnd             uint32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 12.4K bytes
    - Viewed (0)
  4. src/syscall/ztypes_linux_arm.go

    }
    
    type TCPInfo struct {
    	State          uint8
    	Ca_state       uint8
    	Retransmits    uint8
    	Probes         uint8
    	Backoff        uint8
    	Options        uint8
    	Pad_cgo_0      [2]byte
    	Rto            uint32
    	Ato            uint32
    	Snd_mss        uint32
    	Rcv_mss        uint32
    	Unacked        uint32
    	Sacked         uint32
    	Lost           uint32
    	Retrans        uint32
    	Fackets        uint32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:49 UTC 2023
    - 11.5K bytes
    - Viewed (0)
  5. src/syscall/ztypes_linux_386.go

    }
    
    type TCPInfo struct {
    	State          uint8
    	Ca_state       uint8
    	Retransmits    uint8
    	Probes         uint8
    	Backoff        uint8
    	Options        uint8
    	Pad_cgo_0      [2]byte
    	Rto            uint32
    	Ato            uint32
    	Snd_mss        uint32
    	Rcv_mss        uint32
    	Unacked        uint32
    	Sacked         uint32
    	Lost           uint32
    	Retrans        uint32
    	Fackets        uint32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:49 UTC 2023
    - 11.6K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/ztypes_darwin_amd64.go

    }
    
    type TCPConnectionInfo struct {
    	State               uint8
    	Snd_wscale          uint8
    	Rcv_wscale          uint8
    	_                   uint8
    	Options             uint32
    	Flags               uint32
    	Rto                 uint32
    	Maxseg              uint32
    	Snd_ssthresh        uint32
    	Snd_cwnd            uint32
    	Snd_wnd             uint32
    	Snd_sbbytes         uint32
    	Rcv_wnd             uint32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 12.4K bytes
    - Viewed (0)
  7. src/syscall/ztypes_linux_amd64.go

    }
    
    type TCPInfo struct {
    	State          uint8
    	Ca_state       uint8
    	Retransmits    uint8
    	Probes         uint8
    	Backoff        uint8
    	Options        uint8
    	Pad_cgo_0      [2]byte
    	Rto            uint32
    	Ato            uint32
    	Snd_mss        uint32
    	Rcv_mss        uint32
    	Unacked        uint32
    	Sacked         uint32
    	Lost           uint32
    	Retrans        uint32
    	Fackets        uint32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:49 UTC 2023
    - 12K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/syscall_zos_s390x.go

    	tcpinfo.Ca_state = 0 // dummy
    	tcpinfo.Retransmits = uint8(tcpStats.retransSegs)
    	tcpinfo.Probes = uint8(tcpStats.outWinProbes)
    	tcpinfo.Backoff = 0 // dummy
    	tcpinfo.Options = 0 // dummy
    	tcpinfo.Rto = tcpStats.retransTimeouts
    	tcpinfo.Ato = tcpStats.outDelayAcks
    	tcpinfo.Snd_mss = conn.sendMSS
    	tcpinfo.Rcv_mss = conn.sendMSS // dummy
    	tcpinfo.Unacked = 0            // dummy
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 84.4K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux.go

    }
    
    type TCPInfo struct {
    	State                uint8
    	Ca_state             uint8
    	Retransmits          uint8
    	Probes               uint8
    	Backoff              uint8
    	Options              uint8
    	Rto                  uint32
    	Ato                  uint32
    	Snd_mss              uint32
    	Rcv_mss              uint32
    	Unacked              uint32
    	Sacked               uint32
    	Lost                 uint32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 251K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"TCPInfo.Rcv_space", Field, 1},
    		{"TCPInfo.Rcv_ssthresh", Field, 1},
    		{"TCPInfo.Reordering", Field, 1},
    		{"TCPInfo.Retrans", Field, 1},
    		{"TCPInfo.Retransmits", Field, 1},
    		{"TCPInfo.Rto", Field, 1},
    		{"TCPInfo.Rtt", Field, 1},
    		{"TCPInfo.Rttvar", Field, 1},
    		{"TCPInfo.Sacked", Field, 1},
    		{"TCPInfo.Snd_cwnd", Field, 1},
    		{"TCPInfo.Snd_mss", Field, 1},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
Back to top