|
Prev: Prevent loading of SCSIAdapter in Safe Mode
Next: How to call the kernel API which is not in the DDK document!
From: Aniketa K S on 9 May 2008 00:53 Hi, In the WDK doc, in section "Splitting Fragmented IP Frames" there is a statement: "If a fragmented IPv4 frame does not contain the upper-layer-protocol header, the NIC must split the frame at the beginning of the upper- layer-protocol header or must not split the frame." How can a frame be split at the beginning of the upper-layer-protocol if it does not contain the upper-layer-protocol header? Does this mean don't split fragmented IPv4 frames which doesn't contain upper-layer- protocol header at all OR split the fragmented IPv4 frames which doesn't contain the upper-layer-protocol header at the beginning of layer 3 (IPv4) payload? Thanks, Aniketa |