setsockopt信息详情

setsockopt发音

意思翻译

设置超时

相似词语短语

plant assetsor───工厂资产

双语使用场景

Consider the example in Listing 3. Prior to binding an address, I call setsockopt with the SO_REUSEADDR option.───考虑清单3的例子。在绑定地址之前,我以SO_REUSEADDR选项调用setsockopt

Description: an invalid argument (for example, an argument that specified an invalid level) was supplied to the setsockopt (Wsapiref_94aa.asp) function.───说明:一个无效参数(而是例如的参数指定了无效的级别)提供给setsockopt (Wsapiref_94aa . asp)函数。

The call to setsockopt is needed to allow the port to be reused so the server can run indefinitely, fielding request after request.───Setsockopt调用是必要的,它允许这个端口可以被重复使用,这样服务器便能够永久地运行,处理一个又一个请求。

英语使用场景

For example, this error occurs when a broadcast address is used for sendto but the broadcast permission is not set by using setsockopt(SO_BROADCAST).