Tokio with TCP, UDP and TLS

Hi,

Can anyone recommend a FL/OSS project that uses tokio with UDP, TCP and TLS? Would like to read their source code. Even TCP and TLS.

I'm trying to understand an idiomatic Rust way to use one runtime instance for all three protocols.

Thanks.

For just TCP and optional TLS, I wrote confab, a line-oriented async TCP client good for working with basic chat-like protocols.

2 Likes

Thanks, will have a read :grin::heart: