浏览代码

Adding support for retrieving socket handle from DHCP sockets

Ryan Summers 3 年之前
父节点
当前提交
8dfabdc476
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. 7 0
      src/socket/dhcpv4.rs

+ 7 - 0
src/socket/dhcpv4.rs

@@ -6,6 +6,7 @@ use crate::wire::{EthernetAddress, IpProtocol, IpAddress,
 use crate::wire::dhcpv4::{field as dhcpv4_field};
 use crate::socket::SocketMeta;
 use crate::time::{Instant, Duration};
+use crate::socket::SocketHandle;
 
 use super::{PollAt, Socket};
 
@@ -420,6 +421,12 @@ impl Dhcpv4Socket {
         }
     }
 
+    /// Return the socket handle.
+    #[inline]
+    pub fn handle(&self) -> SocketHandle {
+        self.meta.handle
+    }
+
     /// Reset state and restart discovery phase.
     ///
     /// Use this to speed up acquisition of an address in a new