fix(PortProxy): Refactor connection tracking to utilize unified records in PortProxy

This commit is contained in:
2025-02-23 17:38:22 +00:00
parent 3de35f3b2c
commit a53e6f1019
3 changed files with 43 additions and 33 deletions

View File

@ -1,5 +1,12 @@
# Changelog
## 2025-02-23 - 3.10.4 - fix(PortProxy)
Refactor connection tracking to utilize unified records in PortProxy
- Implemented a unified record system for tracking incoming and outgoing connections.
- Replaced individual connection tracking sets with a Set of IConnectionRecord.
- Improved logging of connection activities and statistics.
## 2025-02-23 - 3.10.3 - fix(PortProxy)
Refactor and optimize PortProxy for improved readability and maintainability