WireGuard-rs – Official Rust implementation of WireGuard
1–10 of 29 posts
Re: WireGuard-rs – Official Rust implementation of WireGuard
#2I think this project is dormant right?
Re: WireGuard-rs – Official Rust implementation of WireGuard
#3I think this project is dormant right?
Looks like it? 4 years old commits
Re: WireGuard-rs – Official Rust implementation of WireGuard
#4Re: WireGuard-rs – Official Rust implementation of WireGuard
#5Re: WireGuard-rs – Official Rust implementation of WireGuard
#6Re: WireGuard-rs – Official Rust implementation of WireGuard
#7If anyone needs one of these, there is an UNofficial implementation by Cloudflare, which is used in Warp.
Re: WireGuard-rs – Official Rust implementation of WireGuard
#8Re: WireGuard-rs – Official Rust implementation of WireGuard
#9Earlier quoted context omitted.
Cause it presumably has to be compatible with Wireguard upstream?
Wireguard is a pretty fixed and simple standard. Nothing needs to happen.
So the "tcp: fix incorrect undo caused by DSACK of TLP retransmit" done five weeks ago for the Linux kernel didn't need to happen for the Rust implementation?
Re: WireGuard-rs – Official Rust implementation of WireGuard
#10Earlier quoted context omitted.
Looks like it? 4 years old commits
Why is that a bad thing? Maybe it just works and doesn't need further changes.
Looking at the supported platforms, it looks like the only one is Linux. The README has this to say about it though: "This will run on Linux; however YOU SHOULD NOT RUN THIS ON LINUX. Instead use the kernel module; see the installation page for instructions."