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
/
session_manager.cpp
Age
Commit message (
Expand
)
Author
2024-08-14
enhance: rename session manager stat iterm name
luwenpeng
2024-07-30
config: adjust the number of maz entries per bucket for IP reassembly
luwenpeng
2024-07-29
feature: session manager support lookup session by session ID
luwenpeng
2024-07-25
feature: add 'quiet' option to avoid automatic update of LRU list by find ses...
luwenpeng
2024-07-25
optimizate: rename IP type to address family
luwenpeng
2024-07-16
optimizate: pass the current timeout to the ID generator as a parameter, inst...
luwenpeng
2024-06-27
optimizate inject packt test case
luwenpeng
2024-06-25
refactor: session module (split to define/utils/pool/table/timer/transition/m...
luwenpeng
2024-06-24
refactor: packet module (split to parse/build/layer/tunnel/utils)
luwenpeng
2024-06-14
Refactored packet API to support struct layer (using union to contain differe...
luwenpeng
2024-06-14
rename struct packet_layer to struct raw_layer
luwenpeng
2024-06-12
rename layer_type to layer_proto
luwenpeng
2024-05-20
Add session_set_discard
luwenpeng
2024-05-20
Resolve merge conflicts
luwenpeng
2024-05-17
support inject mutil packet base current packet
luwenpeng
2024-05-17
recv SYN after FIN or RST is considered to be TCP port reuse
luwenpeng
2024-05-16
Add support for TCP port reuse (same tuple6 but different ISN) in session man...
luwenpeng
2024-05-16
bugfix: session cannot get current flow direction on duplicate package
luwenpeng
2024-05-16
Add injected packets to duplicate packet filter
luwenpeng
2024-05-16
stellar support monotonic time and real time
luwenpeng
2024-05-15
session_get_tcp_segment() and session_free_tcp_segment() support asynchronous...
luwenpeng
2024-05-15
Update session.h: support get tuple6 by session
luwenpeng
2024-05-15
Add packet injector test frame
luwenpeng
2024-05-11
Add the packet_injector tool to test the packet injection effect
luwenpeng
2024-05-09
Refactor enum session_stat with improved naming conventions
luwenpeng
2024-05-09
rename session_direction to flow_direction
luwenpeng
2024-05-08
inject TCP RST test pass
luwenpeng
2024-05-06
TCP reassembly add stat of TCP retransmit and TCP overlap
luwenpeng
2024-05-06
session manager support TCP fast open
luwenpeng
2024-04-30
Update stat of session manager
luwenpeng
2024-04-30
update session table add/del API
luwenpeng
2024-04-25
tcp session record last packet tcp payload length used to calculate seq of in...
luwenpeng
2024-04-24
session table can search session by tuple6 or tuple4 or id
luwenpeng
2024-04-23
Update Stellar export header and add stellar_get_current_thread_index() function
luwenpeng
2024-04-18
Optimize packet I/O and timeouts
luwenpeng
2024-04-17
bugfix: call duplicated packet filter too many times
luwenpeng
2024-04-16
Update timeout and timestamp
luwenpeng
2024-04-11
Duplicated packet filter supports IPv4-Based TCP / UDP packet (IPv6 is not su...
luwenpeng
2024-04-10
Export tuple.h / packet.h / session.h to the include directory
luwenpeng
2024-04-09
Modify the stat of session
luwenpeng
2024-04-09
Modify the stat of session manager
luwenpeng
2024-04-08
When tcp reassembly is turned off, all tcp segments are considered in order
luwenpeng
2024-04-08
Modify the configuration items of evicted_session_filter && duplicated_packet...
luwenpeng
2024-04-03
Add TCP reassembly metrics on session
luwenpeng
2024-04-03
Refactor TCP reassembly, the session knows where the TCP segment comes from: ...
luwenpeng
2024-04-01
Update API of manipulation session
luwenpeng
2024-03-29
Update session timer
luwenpeng
2024-03-29
Replace session queue with kernel list
luwenpeng
2024-03-29
Update session timeouts
luwenpeng
2024-03-27
Add linux kernel interval tree
luwenpeng
[next]