31class Congestion_control_classic;
32class Congestion_control_classic_data;
33class Congestion_control_classic_with_bandwidth_est;
34class Congestion_control_strategy;
35class Congestion_control_selector;
39class Peer_socket_receive_stats_accumulator;
40class Peer_socket_send_stats_accumulator;
43class Send_bandwidth_estimator;
44struct Send_pacing_data;
49struct Syn_ack_ack_packet;
104std::ostream&
operator<<(std::ostream& os,
const Function<std::ostream& (std::ostream&)>& os_manip);
117std::ostream&
operator<<(std::ostream& os,
const Socket_buffer& sock_buf);
130std::ostream&
operator<<(std::ostream& os,
const Sequence_number& seq_num);
142size_t hash_value(
const Sequence_number& seq_num);
Flow module containing the API and implementation of the Flow network protocol, a TCP-inspired stream...
size_t hash_value(const Sequence_number &seq_num)
Free function that returns seq_num.hash(); has to be a free function named hash_value for boost....
std::ostream & operator<<(std::ostream &os, const Congestion_control_selector::Strategy_choice &strategy_choice)
Serializes a Peer_socket_options::Congestion_control_strategy_choice enum to a standard ostream – the...