librqbit-dualstack-sockets 0.7.0

utilities for creating dual-stack TCP and UDP tokio sockets
Documentation
1
2
3
4
5
6
7
8
# librqbit-dualstack-sockets

A library that provides dual-stack tokio sockets for use in [rqbit](https://github.com/ikatson/rqbit) torrent client.

It converts between SocketAddr addresses so that your app sees IPv4 (not IPv4-mapped IPv6) addresses.

If you listen on IPv6::UNSPECIFIED, it will enter dualstack mode (if requested) and listen on both IPv4 and IPv6. However all addresses will be converted
to their canonical form.