Code Review
/
vpp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
2839c1e
)
session: add new error MAX_STREAMS_HIT
59/43459/2
author
Matus Fabian
<
[email protected]
>
Fri, 18 Jul 2025 18:40:01 +0000
(14:40 -0400)
committer
Florin Coras
<
[email protected]
>
Sun, 20 Jul 2025 20:05:41 +0000
(20:05 +0000)
Type: improvement
Change-Id: I2e5a153a30b566d7d20d8ceeec26b80075dfec80
Signed-off-by: Matus Fabian <
[email protected]
>
src/vnet/session/session_types.h
patch
|
blob
|
history
diff --git
a/src/vnet/session/session_types.h
b/src/vnet/session/session_types.h
index
47a7744
..
dda76c4
100644
(file)
--- a/
src/vnet/session/session_types.h
+++ b/
src/vnet/session/session_types.h
@@
-521,7
+521,8
@@
STATIC_ASSERT (sizeof (session_dgram_hdr_t) == (SESSION_CONN_ID_LEN + 10),
_ (LOCAL_CONNECT, "could not connect with local scope") \
_ (WRONG_NS_SECRET, "wrong ns secret") \
_ (SYSCALL, "system call error") \
- _ (TRANSPORT_NO_REG, "transport was not registered")
+ _ (TRANSPORT_NO_REG, "transport was not registered") \
+ _ (MAX_STREAMS_HIT, "max streams hit")
typedef enum session_error_p_
{