summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/inet/mib2.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/common/inet/mib2.h')
-rw-r--r--usr/src/uts/common/inet/mib2.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr/src/uts/common/inet/mib2.h b/usr/src/uts/common/inet/mib2.h
index 5a168523ee..85ca5ebdec 100644
--- a/usr/src/uts/common/inet/mib2.h
+++ b/usr/src/uts/common/inet/mib2.h
@@ -23,6 +23,7 @@
/*
* Copyright (c) 1990 Mentat Inc.
* Copyright (c) 2015, 2016 by Delphix. All rights reserved.
+ * Copyright 2019 Joyent, Inc.
*/
/*
@@ -1400,6 +1401,8 @@ typedef struct tcpConnEntryInfo_s {
/* round-trip time smoothed average (us) */
Gauge ce_rtt_sa;
/* current rto (retransmit timeout) */
+ Gauge ce_rtt_sd;
+ /* current rto (retransmit timeout) */
Gauge ce_rto;
/* round-trip time count */
Gauge ce_rtt_cnt;