This website requires JavaScript.
Explore
Help
Sign In
gfwleak
/
stellar-stellar
Archived
Watch
1
Star
0
Fork
0
You've already forked stellar-stellar
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
This repository has been archived on
2025-09-14
. You can view files and clone it, but cannot push or open issues or pull requests.
Files
5dbaa671608f9e33d909c92849f337e676b6631c
stellar-stellar
/
infra
History
luwenpeng
601af3330d
If a packet is marked as dropped, the packet manager will destroy it and its exdata at the end of the current stage, preventing it from entering the next stage.
2024-11-21 11:41:27 +08:00
..
exdata
🧪
test(exdata): add test case
2024-09-14 17:41:23 +08:00
ip_reassembly
rename struct layer_private to struct layer_internal
2024-11-01 15:35:03 +08:00
module_manager
🦄
refactor(stellar_module to module): simplify stellar module to module
2024-11-05 10:22:22 +08:00
monitor
rebase onto develop-2.0
2024-11-07 18:30:58 +08:00
mq
✨
feat(mq): add mq_runtime_defer, default disable
2024-10-18 14:04:19 +08:00
packet_io
remove session_manager_subscribe_xxx() API; convert session closing events to pseudo packets
2024-11-19 18:28:40 +08:00
packet_manager
If a packet is marked as dropped, the packet manager will destroy it and its exdata at the end of the current stage, preventing it from entering the next stage.
2024-11-21 11:41:27 +08:00
session_manager
If a packet is marked as dropped, the packet manager will destroy it and its exdata at the end of the current stage, preventing it from entering the next stage.
2024-11-21 11:41:27 +08:00
tcp_reassembly
remove session_manager_subscribe_xxx() API; convert session closing events to pseudo packets
2024-11-19 18:28:40 +08:00
tuple
refactor(infra/tuple): from *.cpp to *.c
2024-08-28 18:02:18 +08:00
CMakeLists.txt
remove session_manager_subscribe_xxx() API; convert session closing events to pseudo packets
2024-11-19 18:28:40 +08:00
main.c
stellar registers packet_manager as a module; session_manager registers polling callback
2024-10-09 10:02:42 +08:00
stellar_core.c
If a packet is marked as dropped, the packet manager will destroy it and its exdata at the end of the current stage, preventing it from entering the next stage.
2024-11-21 11:41:27 +08:00
utils_internal.h
remove session_manager_subscribe_xxx() API; convert session closing events to pseudo packets
2024-11-19 18:28:40 +08:00
version.map
export symbol session_manager_lookup_session_by_packet/id()
2024-11-19 18:54:04 +08:00