Bump dependencies
This commit is contained in:
parent
2dd4c1592c
commit
689b16b736
3 changed files with 22 additions and 23 deletions
|
@ -415,7 +415,7 @@ pub fn mk_send_socket_tproxy(listener: &Arc<UdpSocket>) -> anyhow::Result<Arc<Ud
|
|||
)?;
|
||||
|
||||
let mut remote_addr = SocketAddr::new(IpAddr::V4(Ipv4Addr::UNSPECIFIED), 0);
|
||||
for cmsg in msg.cmsgs() {
|
||||
for cmsg in msg.cmsgs()? {
|
||||
match cmsg {
|
||||
ControlMessageOwned::Ipv4OrigDstAddr(ip) => {
|
||||
remote_addr = SocketAddr::new(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue