Sponge
CS144's user-space TCP library
|
#include "bidirectional_stream_copy.hh"
#include "byte_stream.hh"
#include "eventloop.hh"
#include <algorithm>
#include <iostream>
#include <unistd.h>
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... | |
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.