diff options
| author | yangwei <[email protected]> | 2023-12-12 19:13:51 +0800 |
|---|---|---|
| committer | yangwei <[email protected]> | 2023-12-13 11:17:40 +0800 |
| commit | 08400abb1348e06a28dd49b7c77c794f6446c84a (patch) | |
| tree | 380d1e354d36b307eaa0bb2554d283ac0c89b3d5 /include | |
| parent | 44f2c7f1ffe52483019c9e3fe21adf0c48bbfd2d (diff) | |
✨ feat(add inner_most interface): return inner or outer tunnel typev1.0.5
Diffstat (limited to 'include')
| -rw-r--r-- | include/stellar/session.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/stellar/session.h b/include/stellar/session.h index ce50cfc..6ce5625 100644 --- a/include/stellar/session.h +++ b/include/stellar/session.h @@ -44,6 +44,7 @@ int session_is_symmetric(struct session *sess, unsigned char *flag); #define SESSION_IS_TUNNLE_HTTP_PROXY (1 << 9) int session_is_outer_tunnel(struct session *sess, uint64_t *flag); +int session_is_inner_most(struct session *sess, uint64_t *flag); #define SESSION_DIRECTION_IN 0 #define SESSION_DIRECTION_OUT 1 |
