套接字
- socket
-
最后,应用层(applicationlayer)对通过套接字传递数据具有深刻的意义。
Finally , the application layer provides meaning to the data transported through the socket .
-
原始套接字编程在嵌入式Internet通信协议中的应用
The Application of Raw Socket Programming in Embedded Internet Communication Protocol
-
套接字类型包括Internet、流、原始和域套接字。
Socket types include Internet , stream , raw , and domain sockets .
-
close系统调用可关闭或中止套接字上任何挂起的连接。
The close system call closes or aborts any pending connections on the socket .
-
现在套接字状态初始化为CLOSED。
The socket state is now initialized to CLOSED .
-
根据IP地址和端口号创建一个套接字地址。
Creates a socket address from an IP address and a port number .
-
套接字接口在Linux平台下应用和设计
Application and Design of Socket Interface under the Platform of Linux
-
嵌入式LINUX中套接字组件的设计与实现
The Design and Realization of the SOCKET Component in Embedded LINUX
-
与套接字通信和消息传递技术相比,Web服务有一些突出的优势。
Compared with socket communication and messaging techniques , there are some advantages that make Web services stand out .
-
基于J2EE和套接字编程的协同CAD开发模式研究
Research of Collaboration CAD Development Mode Based on J2EE and Socket-Programing
-
Linux系统的套接字是一个通用的网络编程接口。
Socket under the platform of Linux is the internet programming interface .
-
Linux系统中基于TCP/IP套接字中间件的设计与实现
The Design and Implement of Middleware Based on TCP / IP in Linux
-
BIOwrite会试着将字节写入套接字。
BIO_write will attempt to write bytes to the socket .
-
Accept然后检查函数阻塞时发生的任何套接字错误。
Accept then checks for any socket errors that might have occurred when it was blocking .
-
处理连接请求后,accept将返回新的套接字描述符。
Once a connection request is processed , a new socket descriptor is returned by accept .
-
对accept()的调用将一直阻塞,直到服务器套接字接受了一个请求连接的客户机请求。
The call to accept () blocks until the server socket accepts a client request for connection .
-
关于Windows套接字的研究
Research of Windows Socket
-
套接字层接收进行的任何TCP系统调用。
Any TCP system call that is made is received by the socket layer .
-
安全套接字层(SecureSocketLayer,SSL)大大改进了传统协议。
Secure Socket Layer ( SSL ) is a great advancement over the traditional protocols .
-
套接字连接可以替换成基于消息或http的服务。
The socket connection can be replaced with messaging or http based services .
-
一个Windows套接字操作可能在可以同时使用的应用程序数目上有限制。
A Windows Sockets implementation may have a limit on the number of applications that may use it simultaneously .
-
客户端上的套接字状态现在是SYNSENT。
The socket state on the client side now is SYN_SENT .
-
每个正在进行监听的服务器维护一个标志,如果在注册的端口上有正在监听的套接字,这个标志就设置为true。
Every listening server maintains a flag that is set to true if there is a socket listening on a registered port .
-
方法bind()将一个套接字地址作为其参数。
The bind () method takes a socket address as its argument .
-
Ajax客户端无法通过后端打开TCP套接字连接。
Ajax clients cannot really open a TCP socket connection with the back end .
-
大多数TCP服务只是在收到新的套接字连接请求时尝试接受它们。
Most TCP services simply attempt to accept new socket connection requests as they are received .
-
此通道使用TCP套接字在客户端和服务器之间发送消息。
This channel uses the HTTP protocol to send messages between the client and the server .
-
Apache服务器集群中套接字迁移的研究与实现
The Research and Implementation of Socket Migration in Apache Server Cluster System
-
套接字编程的API级别相当低,因此很难使用。
The API for socket programming is rather low level and , therefore , difficult to use .
-
应该配置一个IDS实例并通过套接字连接运行。
One instance of IDS should be configured and running with socket connection .