Skip to content

Commit

Permalink
feat: add direction to AppPacket
Browse files Browse the repository at this point in the history
  • Loading branch information
pythops committed Jan 3, 2025
1 parent a8f739b commit 0ed04df
Show file tree
Hide file tree
Showing 20 changed files with 162 additions and 264 deletions.
81 changes: 45 additions & 36 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

134 changes: 0 additions & 134 deletions oryx-common/src/ip.rs

This file was deleted.

1 change: 0 additions & 1 deletion oryx-common/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ use core::mem;

use network_types::{arp::ArpHdr, icmp::IcmpHdr, ip::IpHdr, tcp::TcpHdr, udp::UdpHdr};

pub mod ip;
pub mod protocols;

pub const MAX_FIREWALL_RULES: u32 = 32;
Expand Down
Loading

0 comments on commit 0ed04df

Please sign in to comment.