Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 355 Bytes

Readme.md

File metadata and controls

11 lines (6 loc) · 355 Bytes

Async smoltcp

In development. Implements tokio's AsyncWrite and AsyndRead for smoltcp, and wraps everything in a struct with support for tun, tap and virtual tun.

Currently you'll possibly want to use like this

async_smoltcp = {git = "https://github.com/lattice0/async_smoltcp", features=["default", "log"]}

TODO:

  • bump smoltcp version