This commit is contained in:
2026-08-16 13:17:19 -03:00
parent c0a337be3f
commit 7b8e7bfbd0
82 changed files with 5479 additions and 1016 deletions
+12
View File
@@ -0,0 +1,12 @@
# DragonTCP Hybrid v1
- Keeps the lightweight Android TUN -> local HTTP proxy architecture.
- Replaces ASCII UP/OK/CPUSH/CPULL framing with compact binary records.
- Replaces fixed XOR 0xAD payload masking with a changing SHA-256-derived XOR stream.
- Adds automatic upload/download path-size probing.
- Keeps separate upload and download adaptive sizes.
- Adds download batching and adaptive pipeline depth.
- Supports chunks up to 1 MiB.
- Token remains optional.
- TCP/53 remains the default server transport.
- Reconnect is optional: persistent, Auto, or forced rotation.