Class MacInternetProtocolStats.BsdTcpstat
java.lang.Object
oshi.software.common.os.mac.MacInternetProtocolStats.BsdTcpstat
- Enclosing class:
MacInternetProtocolStats
Selected fields of the macOS
tcpstat structure.-
Constructor Summary
ConstructorsConstructorDescriptionBsdTcpstat(int connattempt, int accepts, int drops, int conndrops, int sndpack, int sndrexmitpack, int rcvpack, int rcvbadsum, int rcvbadoff, int rcvmemdrop, int rcvshort) Creates atcpstatcarrier. -
Method Summary
-
Constructor Details
-
BsdTcpstat
public BsdTcpstat(int connattempt, int accepts, int drops, int conndrops, int sndpack, int sndrexmitpack, int rcvpack, int rcvbadsum, int rcvbadoff, int rcvmemdrop, int rcvshort) Creates atcpstatcarrier.- Parameters:
connattempt- connection attemptsaccepts- accepted connectionsdrops- dropped connectionsconndrops- connections dropped during establishmentsndpack- packets sentsndrexmitpack- packets retransmittedrcvpack- packets receivedrcvbadsum- packets received with bad checksumrcvbadoff- packets received with bad offsetrcvmemdrop- packets dropped for lack of memoryrcvshort- packets received too short
-