22f9ce4df6
multicast functions now take IpAddr (without port), because they dont't need port. Uv* types renamed: * UvIpAddr -> UvSocketAddr * UvIpv4 -> UvIpv4SocketAddr * UvIpv6 -> UvIpv6SocketAddr "Socket address" is a common name for (ip-address, port) pair (e.g. in sockaddr_in struct). P. S. Are there any backward compatibility concerns? What is std::rt module, is it a part of public API? |
||
---|---|---|
.. | ||
async.rs | ||
file.rs | ||
idle.rs | ||
mod.rs | ||
net.rs | ||
timer.rs | ||
uvio.rs | ||
uvll.rs |