Skip to content

Commit

Permalink
Trivial fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sndyuk committed Jun 7, 2023
1 parent 69bceed commit f1727bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion network/src/inbound.rs
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ async fn listen_inbound_incomming(
#[cfg(target_os = "linux")]
&[0x00, 0x00, 0x08, 0x00], // libc::ETH_P_IP
#[cfg(target_os = "macos")]
&[0x00, 0x00, 0x08, 0x02], // libc::PF_INET
&[0x00, 0x00, 0x00, 0x02], // libc::PF_INET
tcpip_packet.payload().as_ref(),
]
.concat(),
Expand Down

0 comments on commit f1727bc

Please sign in to comment.