Sponge
CS144's user-space TCP library
|
#include "ethernet_frame.hh"
#include "tcp_over_ip.hh"
#include "tun.hh"
#include <optional>
#include <queue>
Go to the source code of this file.
Classes | |
class | NetworkInterface |
A "network interface" that connects IP (the internet layer, or network layer) with Ethernet (the network access layer, or link layer). More... | |