SocketSink

From Crypto++ Wiki
Jump to navigation Jump to search
SocketSink
Documentation
#include <cryptopp/socketft.h>

In the pipelining paradigm, SocketSinks are a destination endpoint.

Sources, filters and sinks are discussed at Pipelining. The pipeline article explains the design and shows you how to use them.

Construction

SocketSink (socket_t s=INVALID_SOCKET, unsigned int maxBufferSize=0,
    unsigned int autoFlushBound=16*1024)

Usage

Sample

Download