summaryrefslogtreecommitdiff
path: root/include/public
diff options
context:
space:
mode:
authorlijia <[email protected]>2024-04-24 19:16:24 +0800
committerlijia <[email protected]>2024-04-24 21:46:24 +0800
commit414b9bcf81c482767ee25fc4e1ab427ea933e94b (patch)
tree8a7d4274d957e01a6c523e3e040efda062b30c08 /include/public
parentf08462047208a3236a98d114fd7c099bd4f7cd6b (diff)
TSG-20863 : add get tcp rtt; dup traffic check first N pkt use config file instead of macro fix value.
Diffstat (limited to 'include/public')
-rw-r--r--include/public/stream_inc/stream_control.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/public/stream_inc/stream_control.h b/include/public/stream_inc/stream_control.h
index 0eb3989..0b53511 100644
--- a/include/public/stream_inc/stream_control.h
+++ b/include/public/stream_inc/stream_control.h
@@ -65,6 +65,8 @@ enum MESA_stream_opt{
MSO_STREAM_S2C_ROUTE_CTX,
MSO_IP_TTL_C2S, /* opt_val type must be unsigned char, IPv4 is TTL, IPv6 is Hop Limit */
MSO_IP_TTL_S2C, /* opt_val type must be unsigned char, IPv4 is TTL, IPv6 is Hop Limit */
+ MSO_TCP_RTT_CSC, /* opt_val type must be unsigned short, the full RTT is client->tsg->server->tsg->client, this is |tsg->server->tsg| */
+ MSO_TCP_RTT_SCS, /* opt_val type must be unsigned short, the full RTT is server->tsg->client->tsg->server, this is |tsg->client->tsg| */
__MSO_MAX,
};