git-svn-id: https://spexeah.com:8443/svn/Asuro@684 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c

This commit is contained in:
kieron
2018-05-10 10:43:03 +00:00
parent df41bdfc3f
commit 3eabc6208f
12 changed files with 2 additions and 2 deletions

View File

@ -95,7 +95,7 @@ begin
copyIPv4(@p_context^.IP.Source[0], @hdr^.Source_Protocol[0]);
copyMAC(@p_context^.MAC.Destination[0], @hdr^.Destination_Hardware[0]);
copyIPv4(@p_context^.IP.Destination[0], @hdr^.Destination_Protocol[0]);
eth2.send(buf, sizeof(TARPHeader), p_context);
//eth2.send(buf, sizeof(TARPHeader), p_context);
end;
kfree(buf);
end;