Update supported session type

This commit is contained in:
luwenpeng
2024-01-12 12:01:21 +08:00
parent 02f8d40c1e
commit 84bdd92534
2 changed files with 2 additions and 8 deletions

View File

@@ -490,12 +490,8 @@ const char *session_type_tostring(enum session_type type)
{
switch (type)
{
case SESSION_TYPE_NONE:
return "none";
case SESSION_TYPE_TCP:
return "tcp";
case SESSION_TYPE_TCP_STREAM:
return "tcp_stream";
case SESSION_TYPE_UDP:
return "udp";
default: