mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 12:23:28 +00:00
8a640a70d2f052293a39f4ef3ddcdcbcb571f081
Removed unneeded precomp.h from drivers/lib/ip. Removed some memtrack and other spew. Removed datagram send pipe part, and accompanying address file queue. Simplified send pipe (major changes): - Neighbor is solely responsible for firing normal ip datagrams to the peer. - Transmit is the only place normal ip datagrams are passed to neighbor from. - Simplified fragmentation code. - Made callbacks explicit and always called in neighbor and transmit. - Clarified ownership of transmitted NdisPacket. - Ditto IPPackets here and in icmp. - PC(Packet)->DLComplete is *only* used by lan.c and loopback.c - Simplified loopback send mechanism Added the beginnings of a test suite svn path=/trunk/; revision=11582
Description
A free Windows-compatible Operating System
528 MiB
Languages
C
86.9%
C++
10.7%
Python
0.7%
Assembly
0.5%
CMake
0.5%
Other
0.4%