index
:
mesalab_git/stellar/stellar.git
Feature-plugin-manager
Save-20241031
Saved-20241121
dev-ftp-v2.0
dev-helanfeng
dev-http-base-v1.0-cache-all-headers
dev-http-push-headers-together
dev-http-v2.0
dev-integration-glimpse
dev-integration-http
dev-liuchang
dev-mail-decoder
dev-mail-refactoring-back
dev-monitor-v1.0
dev-qdpi-detector-v2.0
dev-quic-v2.0
dev-rtp-decoder
dev-scanner
dev-sip-decoder
dev-yw
dev_dtls_decoder
develop-1.0
develop-2.0
liuxueli-dev-decoder
Repository for stellar/stellar
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
session
/
test
/
gtest_timeout_tcp_init.cpp
Age
Commit message (
Expand
)
Author
2024-08-28
🦄 refactor(directory structure): restructure and rename src to infra
yangwei
2024-08-23
snowflake changes from global static variables to one instance per thread
luwenpeng
2024-08-21
refactor: rename session_utils.cpp to session.cpp
luwenpeng
2024-08-16
refactor: move packet_layer / packet_tunnel to packet.cpp
luwenpeng
2024-08-16
refactor: rename packet_def.h to packet_private.h
luwenpeng
2024-08-16
refactor: rename packet_parse.cpp/h to packet_parser.cpp/h
luwenpeng
2024-08-12
🔧 build(compile Werror): reduce warning
yangwei
2024-07-29
feature: session manager support lookup session by session ID
luwenpeng
2024-07-16
optimizate: pass the current timeout to the ID generator as a parameter, inst...
luwenpeng
2024-06-25
refactor: session module (split to define/utils/pool/table/timer/transition/m...
luwenpeng
2024-06-14
Refactored packet API to support struct layer (using union to contain differe...
luwenpeng
2024-05-20
Resolve merge conflicts
luwenpeng
2024-05-16
Add support for TCP port reuse (same tuple6 but different ISN) in session man...
luwenpeng
2024-05-16
stellar support monotonic time and real time
luwenpeng
2024-04-23
Update Stellar export header and add stellar_get_current_thread_index() function
luwenpeng
2024-04-14
Add packet utils to packet.h
luwenpeng
2024-04-10
Export tuple.h / packet.h / session.h to the include directory
luwenpeng
2024-04-08
Modify the configuration items of evicted_session_filter && duplicated_packet...
luwenpeng
2024-04-03
Refactor TCP reassembly, the session knows where the TCP segment comes from: ...
luwenpeng
2024-03-29
Update session timer
luwenpeng
2024-03-29
Update session timeouts
luwenpeng
2024-03-26
session manager support tcp reassembly
luwenpeng
2024-03-14
Refactor the session manager using session transformation 2D array & Update t...
luwenpeng
2024-03-08
rename config -> options
luwenpeng
2024-03-08
rename xxx_create() / xxx_destory() -> xxx_new() / xxx_free()
luwenpeng
2024-01-26
add test case: overload evict tcp (old/new) session
luwenpeng
2024-01-25
add timeout test case
luwenpeng