Sponge
CS144's user-space TCP library
Functions
bidirectional_stream_copy.hh File Reference
#include "socket.hh"
Include dependency graph for bidirectional_stream_copy.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void bidirectional_stream_copy (Socket &socket)
 Copy socket input/output to stdin/stdout until finished. More...
 

Function Documentation

◆ bidirectional_stream_copy()

void bidirectional_stream_copy ( Socket socket)

Copy socket input/output to stdin/stdout until finished.

Definition at line 12 of file bidirectional_stream_copy.cc.