Sponge
CS144's user-space TCP library
|
#include "file_descriptor.hh"
#include "tcp_config.hh"
#include "tcp_segment.hh"
#include "util.hh"
#include <optional>
#include <random>
#include <utility>
Go to the source code of this file.
Classes | |
class | LossyFdAdapter< AdapterT > |
An adapter class that adds random dropping behavior to an FD adapter. More... | |