Sponge
CS144's user-space TCP library
|
#include "file_descriptor.hh"
#include "lossy_fd_adapter.hh"
#include "socket.hh"
#include "tcp_config.hh"
#include "tcp_header.hh"
#include "tcp_segment.hh"
#include <optional>
#include <utility>
Go to the source code of this file.
Classes | |
class | FdAdapterBase |
Basic functionality for file descriptor adaptors. More... | |
class | TCPOverUDPSocketAdapter |
A FD adaptor that reads and writes TCP segments in UDP payloads. More... | |
Typedefs | |
using | LossyTCPOverUDPSocketAdapter = LossyFdAdapter< TCPOverUDPSocketAdapter > |
Typedef for TCPOverUDPSocketAdapter. More... | |
Typedef for TCPOverUDPSocketAdapter.
Definition at line 68 of file fd_adapter.hh.