Once a new connection arrives, the protocol layer wakes up the server process.
新的连接到达后,协议层唤醒服务器进程。
The interface layer inputs data to the protocol layer through this IP input queue.
接口层通过此IP输入队列将数据输入到协议层。
The key point of this dissertation is USB protocol layer design and realization.
论文的重点是USB协议层的设计与实现。
The protocol layer outputs data to the interface using the respective interface queues.
协议层使用相应的接口队列将数据输出到接口。
However, there is only one protocol queue, which is called the IP input queue, for the entire protocol layer.
不过,对于整个协议层,只有一个称为IP输入队列的协议队列。
In the latter case, the protocol layer calls tcp_output , which sends a window update segment on to the network.
在后一种情况中,协议层调用tcp _ out put,将窗口更新段发送到网络。
IrLAP is the link accesses protocol layer responsible for IrDa device discovery, retransmission, and flow control.
IrLAP是负责IrDa设备发现、重传以及流控制的链路存取协议层。
Below the socket layer is the protocol layer, which contains the actual implementation of the protocol (in this case, TCP).
套接字层下面是协议层,该层包含协议的实际实现(本例中为TCP)。
SDP is the service Discovery Protocol layer, which is used whenever you want to find services on a remote Bluetooth device.
SDP是服务发现协议(Service Discovery protocol)层,用于在远程蓝牙设备上寻找服务。
Analyze the contact between each bluetooth protocol layer, and provide the operating theory of bluetooth protocol system.
分析蓝牙各层协议之间的联系,并给出蓝牙协议系统的运作原理。
In this case, you might consider temporarily driving load using coded UI until you can correctly script the protocol layer.
在这种情况下,您可能需要考虑使用编码的UI来临时驱动负载,直到可以正确编写协议层脚本。
Because nonblocking channels give no indication when a message has been fully read, we are forced to handle this at the protocol layer.
因为当全部读取消息时,非阻塞通道没有给出任何提示,所以强制我们在协议层处理这一情况。
The OBEX protocol layer is implemented above the RFCOMM layer and is useful when you want to transfer data as an object, such as files.
OBEX协议层是在RFCOMM 层上面实现的,如果想把数据以对象(例如文件)的形式传输,那么 OBEX很有用。
When the client issues connect, the tcp_output function is called at the protocol layer, which outputs the SYN packet onto the interface.
当客户端发布connect时,在协议层调用tcp _ out put函数,将SY n包输出到接口。
This paper mainly talks about designing the protocol layer of USB2.0 with the programmable logical device as the carrier through the VHDL language.
本文在此主要通过VHDL语言,利用可编程逻辑器件作为载体来设计usb2.0的协议处理层模块。
The FSH operates at the protocol layer and does not provide the ability to constrain network resources such that no one application can monopolize the network stack.
FSH在协议层操作,不提供限制网络资源的能力,这样,没有一个应用程序能垄断网络栈。
This technology auto accomplished in physical layer, no need upper protocol layer support, has the strongpoint of fast switching and short application resume time.
该技术完全在物理层自动完成,无需上层协议的支持,具有快速切换和业务恢复时间短等优点。
The following sections describe how to secure a Data Web Service application at the HTTP transport protocol layer and how to hook it into WebSphere's security framework.
接下来的小节描述如何保障DataWebService应用程序在HTTP传输协议层的安全性,以及如何将它连接到WebSphere的安全性框架。
This paper introduced the communication principle of USB2.0' protocol layer and the division, design and realization of the core part of USB2.0' host port controller.
本文简要介绍了USB2.0协议层的通信原理,描述了USB2.0主机端控制器核心部分的划分、设计及实现。
The LMP protocol layer contain bluetooth data packet struct, link creation and management, state machine and state management, piconet, master-slave equipment switching.
对LMP协议层的蓝牙数据包结构、链路的建立和管理、状态机和状态管理、微微网主从设备切换等进行了详细的阐述。
In the case of receiving out-of-band data, the protocol layer checks for different conditions to validate that the received data is OOB, and then returns it to the socket layer.
在接收带区外数据的情况下,协议层检查不同的条件,以验证接收的数据是否为带区外数据,然后将其返回到套接字层。
Integrated protocol analyzer: protocol viewer, can quickly and thoroughly understand the relationship between the protocol layer and the physical layer data packets and time.
协议分析仪:选择集成的协议查看器,可快速、深入地了解协议层和物理层之间的数据包和时间关系。
Web services typically sit on top of an HTTP protocol layer, and the HTTP layer receives a message call as a request and transfers the request to the underlying Web-services layer.
Web服务通常位于HTTP协议层之上,而http层以请求的形式接收到一个消息调用并将此请求传递给底层Web服务层。
The network transmit program in user's tasks of the system is based on UDP. It includes network card driving function, protocol layer handling function and user interface function.
系统中用户任务的网络传输程序是基于UDP编写的,它包括了网卡驱动函数,协议层操作函数和用户接口函数。
In this paper, a new cluster management system is described by proposing a new protocol, with this protocol layer 2 and layer 3 switches can be managed in a cluster system seamlessly.
本文以协议的形式提出了一种新的以太网交换机集群管理方案,将二层交换机和三层交换机的集群管理无缝地结合在一起。
The control now returns to the connect function, which sleeps until the protocol layer wakes up-indicating that the connection is now ESTABLISHED or that there has been an error on the socket.
控制现在返回到connect函数,该函数处于睡眠状态,直到协议层唤醒—指示连接现在是ESTABLISHED,或套接字上存在错误。
Upon returning from soconnect , the connect function issues a sleep until the protocol layer wakes it up, indicating that the connection is ESTABLISHED or there has been some error on the socket.
从soconnect返回时,connect函数进入睡眠状体,直到协议层将其唤醒,并指示连接是ESTABLISHED或套接字上存在错误。
USB protocol layer describes the grammar and protocol used in the communication of USB host with USB devices, and presents the USB hierarchy consisting of fields, packets, transactions and transfers.
US B协议层描述了USB主机与usb设备交互时的语法和协议,从中定义了字段、包、事务和传送的结构,以及由字段到包、由包到事务、由事务到传送所组成的组织层次关系。
All application layer protocols use the sockets layer as their interface to the transport layer protocol.
所有应用层协议都使用套接字层作为与传输层协议之间的接口。
All application layer protocols use the sockets layer as their interface to the transport layer protocol.
所有应用层协议都使用套接字层作为与传输层协议之间的接口。
应用推荐