Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/teto/mptcp-flake
A nix flake for multipath TCP utilities
https://github.com/teto/mptcp-flake
flake mptcp nix
Last synced: about 1 month ago
JSON representation
A nix flake for multipath TCP utilities
- Host: GitHub
- URL: https://github.com/teto/mptcp-flake
- Owner: teto
- Created: 2021-04-14T00:17:28.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-08T20:36:03.000Z (about 1 year ago)
- Last Synced: 2023-10-08T21:20:49.452Z (about 1 year ago)
- Topics: flake, mptcp, nix
- Language: Nix
- Homepage:
- Size: 85 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mptcp-flake
A nix flake for multipath TCP software.
Contains (run `nix flake check` for an up-to-date list):
- [mptcpanalyzer]
- [mptcptrace]
- [mptcpplot]
- [mptcpd]
- [original kernel linux mptcp fork](http://multipath-tcp.org/)
- a custom fork with my patches (One-way-delays, enable MPTCP on localhost, ...)
- MPTCP net-next
- a nixos module to easily setup multipath TCP[mptcpanalyzer]: https://github.com/teto/mptcpanalyzer
[mptcptrace]: https://bitbucket.org/bhesmans/mptcptrace
[mptcpplot]: https://github.com/nasa/multipath-tcp-tools/
[mptcpd]: https://github.com/intel/mptcpd