Skip to content

Commit ca1cebf

Browse files
committed
Apply Copilot suggestion
1 parent 2fc7262 commit ca1cebf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ const TUN_PROTO_IP4: [u8; 2] = [0x00, 0x02];
4646
pub struct IpStackConfig {
4747
pub mtu: u16,
4848
pub packet_information: bool,
49-
pub udp_timeout: Duration,
5049
pub tcp_config: Arc<TcpConfig>,
50+
pub udp_timeout: Duration,
5151
}
5252

5353
impl Default for IpStackConfig {

0 commit comments

Comments
 (0)