Sponge
CS144's user-space TCP library
Classes | Typedefs
fd_adapter.hh File Reference
#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>
Include dependency graph for fd_adapter.hh:
This graph shows which files directly or indirectly include this file:

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 Documentation

◆ LossyTCPOverUDPSocketAdapter

Typedef for TCPOverUDPSocketAdapter.

Definition at line 68 of file fd_adapter.hh.