Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
1.4 KiB

  1. This directory contains NetShell extensions for QoS (Bug #26301). This file explains how to merge this with the
  2. code base.
  3. - This consists of two parts -
  4. * a protocol portion. This is the code that executes the routing protocol. All related files are stored
  5. under qos-protocol.
  6. * a netshell portion. This is the code that handles the UI, plumbs the registry, etc. All related files are
  7. stored under qos-netshell.
  8. - copy all files under qos-protocol to %SDXROOT%\net\rras\ip\qos.
  9. - merge the changes under qos-netshell with the current changes in %SDXROOT%\net\rras\netsh\ip\protocols. The files
  10. in this directory have been based on an existing version of netshell. This is recorded in sdchanges.txt. Each file
  11. in this directory will have to be merged with the appropriate version in sdchanges.txt
  12. For eg:
  13. sdchanges.txt has ippromon.c#5. This means that the ippromon.c in this directory was based on version #5
  14. of ippromon.c in the net code base.
  15. - merge .\routprot.w with routprot.w in \nt\net\published\inc directory. The routprot.w in this dir was based of
  16. routprot.w#1.
  17. - Add the ipqosrm.h to \nt\net\rras\inc
  18. - build the protocol and netshell extensions
  19. - Load the qosdiff.reg file before running netshell. This has to be moved to an appropriate inf.
  20. - party on.