summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authoryangwei <[email protected]>2024-07-16 16:54:41 +0800
committeryangwei <[email protected]>2024-07-16 16:57:43 +0800
commitcc862437769735aa5ea31f5b875ea8e25afed726 (patch)
treedd573b8b1f315caed6fd63ad42db992b6c39439e /src
parentb3faf9f70b1c843e112f8c8efd1fe9d7e98cc227 (diff)
🧪 test(session mq test case): add priority mq test case
Diffstat (limited to 'src')
-rw-r--r--src/stellar_on_sapp/stellar_on_sapp_api.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/stellar_on_sapp/stellar_on_sapp_api.c b/src/stellar_on_sapp/stellar_on_sapp_api.c
index d6ec43a..72935c6 100644
--- a/src/stellar_on_sapp/stellar_on_sapp_api.c
+++ b/src/stellar_on_sapp/stellar_on_sapp_api.c
@@ -197,8 +197,6 @@ void packet_update_on_sapp(struct stellar *st, struct streaminfo *pstream, void
}
//FIXME: defer TCP/UDP packet on session update
plugin_manager_on_packet_ingress(st->plug_mgr, &pkt);
-
- // TODO: create transient icmp session
}
inline int polling_on_sapp(struct stellar *st)