htmuxtx.h

来自「www工具包」· C头文件 代码 · 共 54 行

H
54
字号
/*    					W3C Sample Code Library libwww Buffered MUX Writer Stream!  Buffered MUX Writer Stream!*//***	(c) COPYRIGHT MIT 1995.**	Please first read the full copyright statement in the file COPYRIGH.*//*The MUX Writer Stream is an output stream which knows how to write to a MUX channel. It is part of theTransport interface and may be registered aspart of a Transport Object. In thedefault initialization module, you can find theHTTransportInit() function which sets up this stream as a defaulttransport for handling unbuffered socket write operations. This module is implemented by HTMuxTx.c, and it isa part of the W3C Sample CodeLibrary.*/#ifndef HTMUXWRITE_H#define HTMUXWRITE_H/**/#define MUX_BUFFER_SIZE    2048extern HTOutput_new HTMuxBuffer_new;/**/#endif/*    @(#) $Id: HTMuxTx.html,v 2.3 1998/05/14 02:10:48 frystyk Exp $*/

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?