This commit is contained in:
jtippet 2017-05-02 14:08:26 -07:00 коммит произвёл Brandon Jiang
Родитель 644da70452
Коммит 7a5262a4c1
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -1,3 +1,4 @@
# NetAdapter Class Extension Samples
The Network Adapter Class Extension to WDF (NetAdapterCx) brings together the productivity of WDF with the networking performance of NDIS. The goal of NetAdpaterCx is to make it easy to write a great driver for your NIC.
@ -44,6 +45,9 @@ If you're going to make substantial changes, you should coordinate with us first
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
## Licensing
The code hosted here is licensed under the MIT License.
# See Also
**Source Code to NetAdpaterCx.sys**: [Network-Adapter-Class-Extension](https://github.com/Microsoft/Network-Adapter-Class-Extension)