Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zonyitoo/tokio-tfo
TCP Fast Open (TFO) for tokio
https://github.com/zonyitoo/tokio-tfo
Last synced: 3 days ago
JSON representation
TCP Fast Open (TFO) for tokio
- Host: GitHub
- URL: https://github.com/zonyitoo/tokio-tfo
- Owner: zonyitoo
- License: mit
- Created: 2021-10-22T10:14:20.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-09T14:43:02.000Z (4 months ago)
- Last Synced: 2024-12-14T01:08:45.262Z (10 days ago)
- Language: Rust
- Size: 42 KB
- Stars: 27
- Watchers: 4
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TCP Fast Open (TFO) for Tokio
[![Build & Test](https://github.com/zonyitoo/tokio-tfo/actions/workflows/build-and-test.yml/badge.svg)](https://github.com/zonyitoo/tokio-tfo/actions/workflows/build-and-test.yml)
[![crates.io](https://img.shields.io/crates/v/tokio-tfo.svg)](https://crates.io/crates/tokio-tfo)Asynchronous TCP Fast Open socket support in Rust for [tokio](https://crates.io/crates/tokio).
## Supported Platforms
- Linux 3.7+
- iOS 12.0+, iPadOS 12.0+, macOS 10.14+, Mac Catalyst 13.0+, tvOS 12.0+, watchOS 6.0+
- Windows 10+
- FreeBSD 11+