精华区 [关闭][返回]

当前位置:网易精华区>>讨论区精华>>编程开发>>嵌入式开发>>协议栈开发>>NT协议栈开发要点>>NT的协议栈开发要点(1)

主题:NT的协议栈开发要点(1)
发信人: wenbobo(灌了拂衣去)
整理人: wenbobo(2002-09-22 17:48:52), 站内信件
Network Driver Programming Considerations
Windows network drivers share similar design goals. Network drivers should be written to be portable, to be scalable, to provide simple configuration of hardware and software, to use object-based interfaces, and to support asynchronous I/O. This section describes how to apply these general design goals to the network drivers that you write for Microsoft® Windows® 2000 and later operating systems.

This section includes the following topics:

* Portability 

* Multiprocessor Support

* IRQLs

* Synchronization and Notification

* Packet Structure

* Using Shared Memory 

* Asynchronous I/O and Completion Functions 

* NDIS Versions


----
掬水月在手
弄花香满身


广州社区嵌入式开发版    广州社区C语言版     我的纯音乐网站

[关闭][返回]