Sponge
CS144's user-space TCP library
|
#include "buffer.hh"
#include "fd_adapter.hh"
#include "ipv4_datagram.hh"
#include "tcp_segment.hh"
#include <optional>
Go to the source code of this file.
Classes | |
class | TCPOverIPv4Adapter |
A converter from TCP segments to serialized IPv4 datagrams. More... | |