More than one NDIS IM driver?

  • Thread starter Thread starter Angel Tsankov
  • Start date Start date
A

Angel Tsankov

May I have more than one NDIS intermediate driver installed and
running in the same system? If so, how do they operate?
 
in theory they should work fine and my im driver works fine with
deterministics im driver. What might be an issue for you is the stack order
of the 2 ims. In order for my im to do its job properly it needs to be at
the top of the stack (just below tcp/ip), higher than any other im. This is
achieved by changing the FilterClass from failover to scheduler in the driver
inf file, i.e.

HKR, Ndi, FilterClass, , scheduler

mirage2k2.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top