Sponge
CS144's user-space TCP library
Classes | Typedefs
tuntap_adapter.hh File Reference
#include "tcp_over_ip.hh"
#include "tun.hh"
#include <optional>
#include <unordered_map>
#include <utility>
Include dependency graph for tuntap_adapter.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TCPOverIPv4OverTunFdAdapter
 A FD adapter for IPv4 datagrams read from and written to a TUN device. More...
 

Typedefs

using LossyTCPOverIPv4OverTunFdAdapter = LossyFdAdapter< TCPOverIPv4OverTunFdAdapter >
 Typedef for TCPOverIPv4OverTunFdAdapter. More...
 

Typedef Documentation

◆ LossyTCPOverIPv4OverTunFdAdapter

Typedef for TCPOverIPv4OverTunFdAdapter.

Definition at line 40 of file tuntap_adapter.hh.