Hi all.
Tell me please.
When I compose the MDL for NB, what should be the MdlFlags parameter of the MDL structure.
When I watch outgoing packets, the value of MdlFlag changes
4100 - 0001 0000 0000 0100
16412 - 0100 0000 0001 1100
12 - 0000 0000 0000 1100
when i allocate mdl to connect to NB using NdisAllocateMdl, MdlFlag is 12 (MDL_ALLOCATED_FIXID_SIZE | MDL_SOURCE_IS_NONPAGED_POOL)
Do I need to change this value and how?
Where can i find a read about it?
If I will not change the MdlFlags of the newly allocated MDLs, could this be causing network connections to not work properly?