Sponge
CS144's user-space TCP library
Variables
TCPSenderStateSummary Namespace Reference

Variables

const std::string CLOSED = "waiting for stream to begin (no SYN sent)"
 
const std::string ERROR = "error (connection was reset)"
 
const std::string FIN_ACKED = "stream finished and fully acknowledged"
 
const std::string FIN_SENT = "stream finished (FIN sent) but not fully acknowledged"
 
const std::string SYN_ACKED = "stream ongoing"
 
const std::string SYN_SENT = "stream started but nothing acknowledged"
 

Variable Documentation

◆ CLOSED

const std::string TCPSenderStateSummary::CLOSED = "waiting for stream to begin (no SYN sent)"

Definition at line 75 of file tcp_state.hh.

◆ ERROR

const std::string TCPSenderStateSummary::ERROR = "error (connection was reset)"

Definition at line 74 of file tcp_state.hh.

◆ FIN_ACKED

const std::string TCPSenderStateSummary::FIN_ACKED = "stream finished and fully acknowledged"

Definition at line 79 of file tcp_state.hh.

◆ FIN_SENT

const std::string TCPSenderStateSummary::FIN_SENT = "stream finished (FIN sent) but not fully acknowledged"

Definition at line 78 of file tcp_state.hh.

◆ SYN_ACKED

const std::string TCPSenderStateSummary::SYN_ACKED = "stream ongoing"

Definition at line 77 of file tcp_state.hh.

◆ SYN_SENT

const std::string TCPSenderStateSummary::SYN_SENT = "stream started but nothing acknowledged"

Definition at line 76 of file tcp_state.hh.