SIO_IDEAL_SEND_BACKLOG_QUERY控制代码检索基础连接的理想发送积压工作 (ISB) 值。 若要执行此操作,请使用以下参数调用 WSAIoctl 或WSPIoctl 函数。 C++ 复制 int WSAIoctl( (socket) s, // descriptor identifying a socket SIO_IDEAL_SEND_BACKLOG_QUERY,
SIO_WSK_QUERY_IDEAL_SEND_BACKLOG通訊端 I/O 控制作業可讓 WSK 應用程式查詢連線導向通訊端的理想傳送待辦專案大小。 此通訊端 I/O 控制作業僅適用于連線導向通訊端。 連線導向通訊端的理想傳送待辦專案大小是需要保留未處理 (的最佳傳送資料量,也就是傳遞至 WSK 子系統,但尚未完成) ,隨時讓通訊端的資料流程...
The SIO_IDEAL_SEND_BACKLOG_QUERY control code retrieves the ideal send backlog (ISB) value for the underlying connection. To perform this operation, call the WSAIoctl or WSPIoctl function with the following parameters. C++ Copy int WSAIoctl( (socket) s, // descriptor identifying a socket ...
SIO_IDEAL_SEND_BACKLOG_CHANGE和SIO_IDEAL_SEND_BACKLOG_QUERYIOCTLs 的一般用法是以應用程式所使用的傳送方法為基礎。 討論兩個常見案例。 一次執行一個封鎖或非封鎖傳送要求的應用程式,通常會依賴 Winsock 的內部傳送緩衝來達到良好的輸送量。 指定連接的傳送緩衝區限制是由SO_SNDBUF通訊端選項所控制。 對於封鎖和...
SIO_IDEAL_SEND_BACKLOG_QUERY控制程式代碼會擷取基礎連線的理想傳送待辦專案 (ISB) 值。 若要執行這項作業,請使用下列參數呼叫 WSAIoctl 或WSPIoctl 函 式。 C++ 複製 int WSAIoctl( (socket) s, // descriptor identifying a socket SIO_IDEAL_SEND_BACKLOG_QUERY, // dwIoControlCode NULL, // lpvInBuff...
TheSIO_IDEAL_SEND_BACKLOG_QUERYIOCTL is supported on Windows Server 2008, Windows Vista with Service Pack 1 (SP1), and later versions of the operating system. When sending data over a TCP connection using Windows sockets, it is important to keep a sufficient amount of data outstanding (sent...
Le code de contrôle récupère la valeur de backlog d’envoi idéale pour la connexion sous-jacente.
The SIO_WSK_QUERY_IDEAL_SEND_BACKLOG socket I/O control operation allows a WSK application to query the ideal send backlog size for a connection-oriented socket. This socket I/O control operation applies only to connection-oriented sockets....