diff options
| author | yangwei <[email protected]> | 2024-05-23 03:13:31 +0800 |
|---|---|---|
| committer | yangwei <[email protected]> | 2024-05-23 03:13:31 +0800 |
| commit | 16ea51487e6db53a4199d834dde3a59624f10da8 (patch) | |
| tree | 1ecafebcd6399cf816fa1250cc40579f025fb131 /include | |
| parent | a47b3b5a6eaf56b38edb31998555c2c62fb17ac2 (diff) | |
✨ feat(stream meta get): 支持按路由方向获取sidlistv4.3.57
Diffstat (limited to 'include')
| -rw-r--r-- | include/public/stream_inc/stream_control.h | 2 |
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 cee6b1f..0f7ec24 100644 --- a/include/public/stream_inc/stream_control.h +++ b/include/public/stream_inc/stream_control.h @@ -69,6 +69,8 @@ enum MESA_stream_opt{ 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_STREAM_C2S_SEGMENT_ID_LIST,
MSO_STREAM_S2C_SEGMENT_ID_LIST,
+ MSO_STREAM_INBOND_SEGMENT_ID_LIST,
+ MSO_STREAM_OUTBOND_SEGMENT_ID_LIST,
__MSO_MAX,
};
|
