From 38605c5c851551f52eb96b93be4f224588590111 Mon Sep 17 00:00:00 2001 From: Zahari Dichev Date: Tue, 27 Oct 2020 18:34:17 +0200 Subject: net: change mention of net2 (#3056) --- tokio/src/net/udp/socket.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tokio/src/net/udp/socket.rs') diff --git a/tokio/src/net/udp/socket.rs b/tokio/src/net/udp/socket.rs index 00c2b0ec..ce6f2ca8 100644 --- a/tokio/src/net/udp/socket.rs +++ b/tokio/src/net/udp/socket.rs @@ -165,7 +165,7 @@ impl UdpSocket { /// about the underlying socket; it is left up to the user to set it in /// non-blocking mode. /// - /// This can be used in conjunction with net2's `UdpBuilder` interface to + /// This can be used in conjunction with socket2's `Socket` interface to /// configure a socket before it's handed off, such as setting options like /// `reuse_address` or binding to multiple addresses. /// -- cgit v1.2.3