Source File
zsys_3_19_linux.go
Belonging Package
github.com/mikioh/tcpinfo
// Created by cgo -godefs - DO NOT EDIT// go tool cgo -godefs defs_linux.go// it was edited to remove duplicated code. Also removed last field (tcpi_last_new_data_recv)// because we do not use it and getsockopt does not fill it anywaypackage tcpinfotype tcpInfo3_19 struct {State uint8Ca_state uint8Retransmits uint8Probes uint8Backoff uint8Options uint8Pad_cgo_0 [2]byteRto uint32Ato uint32Snd_mss uint32Rcv_mss uint32Unacked uint32Sacked uint32Lost uint32Retrans uint32Fackets uint32Last_data_sent uint32Last_ack_sent uint32Last_data_recv uint32Last_ack_recv uint32Pmtu uint32Rcv_ssthresh uint32Rtt uint32Rttvar uint32Snd_ssthresh uint32Snd_cwnd uint32Advmss uint32Reordering uint32Rcv_rtt uint32Rcv_space uint32Total_retrans uint32Pacing_rate uint64Max_pacing_rate uint64}
![]() |
The pages are generated with Golds v0.8.2. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |