Skip to content
Snippets Groups Projects
Commit 6423e2cf authored by John Hodge's avatar John Hodge
Browse files

Kernel Network - Fix compile error

parent 036949dd
Branches
No related merge requests found
......@@ -134,7 +134,7 @@ impl Quad
local_addr, local_port, remote_addr, remote_port
}
}
fn send_packet(&self, seq: u32, ack: u32, flgs: u8, window_size: u32, data: &[u8])
fn send_packet(&self, seq: u32, ack: u32, flgs: u8, window_size: u16, data: &[u8])
{
// Make a header
// TODO: Options?
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment