Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ibigbug committed Dec 31, 2023
1 parent 7c3bc20 commit 880873a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions clash_lib/src/proxy/wg/device.rs
Original file line number Diff line number Diff line change
Expand Up @@ -446,6 +446,9 @@ impl DeviceManager {
trace!("no more data");
continue;
}
Err(udp::RecvError::Truncated) => {
panic!("udp packet truncated - this should never happen");
}
}
}

Expand Down

0 comments on commit 880873a

Please sign in to comment.