阅读:2083回复:4
帮忙翻译!
A protocol can achieve better performance if it has a ProtocolReceivePacket function. Such a protocol (or the TDI clients of a highest level Windows 2000 protocol) can hold on to all received data, to which it is given read-only access, specified at Packet if ProtocolReceivePacket returns a nonzero value. For a highest level Windows 2000 protocol driver, the return value for such an input Packet descriptor pointer can be a reference count of clients the protocol has notified about the received net packet by forwarding the input Packet descriptor. For an intermediate NDIS driver, the return value can be a count of higher level protocols to which it has made a corresponding indication or one if the driver tracks the number of higher level protocols to which it forwards the processed indication. For a highest level Windows 2000 protocol that forwards the input Packet descriptor pointer to some number of interested clients, each client retains read-only access to the indicated data until the client calls TdiReturnChainedReceives. An intermediate NDIS driver retains ownership of the indicated packet until it calls NdisReturnPackets with Packet as many times as the reference count returned by ProtocolReceivePacket.
谢谢!!!!! |
|
沙发#
发布于:2002-04-16 09:07
这位兄弟,这段话中没有什么难点。
你不妨试着自己翻译一下。之后,会有很强的满足感的。 |
|
|
板凳#
发布于:2002-04-19 15:15
斑竹说的正确,如果翻译的时候有什么疑问再提出来嘛,这样一个整段的,不好让别人都翻译吧,呵呵
|
|
地板#
发布于:2002-04-19 23:21
今后大家不用学英语了,这样一贴,别人就可以帮你翻译了
|
|
地下室#
发布于:2002-04-20 22:52
如果该协议具备ProtocolReceivePacket 函数的话,则该协议会具有较好的性能。
|
|