The data is received through a socket object.
数据接收通过一个套接字对象完成。
Now consider being given a socket wrench.
现在设想一下使用一个套筒扳手。
This is denoted as a socket (also known as a cup).
它用插座来标示(有时也称为一个杯)。
The bind method takes a socket address as its argument.
方法bind将一个套接字地址作为其参数。
A socket functions much like a named pipe but can span hosts.
套接字的功能与命名管道很相似,但是可以跨主机。
When a socket connects, append the socket object to an array.
当一个套接字进行连接时,将该套接字对象附加到一个数组。
Consider the example of a socket send function shown in Listing 1.
考虑清单1显示的例子,一个套接字send函数。
The MessageServer detects a socket connection from the client.
MessageServer检测来自客户机的套接字连接。
One way of reducing the server load is to use a socket server.
减少服务器负载的一种方式是使用一个socket服务器。
The permission we lack is to create a socket of type SOCK_RAW.
我们缺少创建套接字类型 SOCK_RAW 的权限。
Backlog is the queue limit for the number of connections on a socket.
backlog是套接字上的连接数的队列限制。
Communication through the network stack takes place with a socket.
通过网络栈进行的通信都需要对socket进行操作。
That's it. Creating a socket object and connecting it is as simple as that.
就是这样,创建一个套接字对象并连接此对象就是这样轻松。
It has a socket in its bonnet and needs to be recharged every 100 miles.
它的发动机盖下有插座,每100英里需要充电一次。
This state keeps a socket around for two to four minutes after its close.
该状态在套接字关闭后约保留2到4分钟。
Too big a socket, and those hard plastic discs, ungripped, simply fall out.
耳朵孔太大,那些硬硬的塑料耳塞很容易掉出来。
A socket may be associated with a completion port at any point after creation.
而套接字在被创建后,可以在任何时候与某个完成端口进行关联。
Searchd communicates to applications through a socket connection on port 3312.
Searchd将在端口3312上通过套接字连接与应用程序进行通信。
But if you try to send binary data over a socket, it becomes much more complicated.
但是如果试图在一个套接字上发送二进制数据,事情将会变得更加复杂。
The bind system call associates a local network transport address with a socket.
bind系统调用将本地网络传输地址与套接字关联。
The first one, socket_setup(), returns a socket which is ready to accept connections.
第一个子程序 socket_setup() ,它返回一个准备接受连接的套接字。
The key to success with a socket wrench is pattern matching: The socket must match the nut.
成功使用套筒扳手的关键在于模式匹配:套筒扳手必须与螺母相匹配。
Using a simple analogy, you can think of an extension as a plug and an extension point as a socket.
使用一个简单的类比,您可以把扩展视为插头并把扩展点视为插座。
When a client connects to the load balancer, Node.js creates a socket between the client and itself.
当一个客户的连接到负载平衡器时,Node . js在客户端与自己本身之间创建一个套接字,我们称之为client_socket。
Listing 1 explores a function snippet that performs a socket send (sending data through a socket).
清单1探究一个函数片断,它完成套接字send操作(通过套接字发送数据)。
When a client connects to the server socket, it will give me a socket representing that connection.
当一个客户端连接到该服务器套接字时,它将为我提供一个套接字,显示连接。
The address of a socket is a combination of the host's IP address (or hostname) plus a port number.
套接字的地址由主机的IP地址(或主机名)和端口号组成。
Each socket has a socket queue, and each interface has an interface queue used for data communication.
每个套接字具有一个套接字队列,并且每个接口具有一个用于数据通信的接口队列。
If these technologies could open a socket with the server and if they can transfer XML data, you're done.
如果这些技术能够通过服务器打开套接字,如果它们能够传输XML数据,我们的任务就完成了。
If these technologies could open a socket with the server and if they can transfer XML data, you're done.
如果这些技术能够通过服务器打开套接字,如果它们能够传输XML数据,我们的任务就完成了。
应用推荐