Skip to content
This repository was archived by the owner on Apr 5, 2026. It is now read-only.

Commit e8303ea

Browse files
committed
docs: add DRS delays to changelog and update comparison table
- CHANGELOG: add v3.5.0 entry for Weibull inter-record delays - README: update comparison table — traffic mimicry now "Yes"
1 parent d6fc4b7 commit e8303ea

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [3.5.0] - 2026-03-27
6+
7+
### Added
8+
- **Weibull inter-record delays** — automatically enabled for all TLS connections. Inserts Weibull-distributed delays (k=0.378, λ=1.732ms) between TLS records, making inter-record timing match real HTTPS servers. Combined with DRS record sizing, proxy traffic is now statistically indistinguishable from real HTTPS at both the packet-size and timing levels. No configuration needed — activates automatically with `-D` ([#61](https://github.com/GetPageSpeed/MTProxy/issues/61), [#62](https://github.com/GetPageSpeed/MTProxy/issues/62))
9+
- New stats: `drs_delays_enabled`, `drs_delays_applied`, `drs_weibull_k`, `drs_weibull_lambda` (plain and Prometheus)
10+
- E2E test suite for DRS delays (`make test-drs-delays`)
11+
512
## [3.4.0] - 2026-03-27
613

714
### Added

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The table below compares it with the original and the two main third-party alter
3939
| ***Censorship resistance*** | | | | |
4040
| Custom TLS backend (TCP splitting) | Yes | Yes | No | Yes |
4141
| Dynamic Record Sizing (DRS) | No | Yes | Yes | No |
42-
| Domain fronting / traffic mimicry | No | No | Yes | Yes |
42+
| Traffic mimicry (DRS + timing) | No | Yes | Yes | No |
4343
| SOCKS5 upstream proxy | No | No | Yes | Yes |
4444
| ***Access control*** | | | | |
4545
| IP blocklist / allowlist | No | Yes | Yes | No |

0 commit comments

Comments
 (0)