1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-26 22:07:42 +02:00

add MPTCP socket protocol (optional) (#466)

Co-authored-by: Rob Ede <robjtede@icloud.com>
This commit is contained in:
Martin André
2023-07-17 05:10:36 +02:00
committed by GitHub
parent 8d5d1dbf6f
commit 755b231e00
4 changed files with 68 additions and 5 deletions

View File

@ -2,6 +2,7 @@
## Unreleased - 2023-xx-xx
- Add support for MultiPath TCP (MPTCP) with `MpTcp` enum and `ServerBuilder::mptcp()` method.
- Minimum supported Rust version (MSRV) is now 1.65.
## 2.2.0 - 2022-12-21