Variables | |
const std::map< std::pair< ns3::TcpSocketBase::TcpPacketType_t, ns3::TcpSocketState::EcnMode_t >, bool > | ECN_RESTRICTION_MAP |
map TcpPacketType and EcnMode to boolean value to check whether ECN-marking is allowed or not | |
const std::map<std::pair<ns3::TcpSocketBase::TcpPacketType_t, ns3::TcpSocketState::EcnMode_t>, bool> anonymous_namespace{tcp-socket-base.cc}::ECN_RESTRICTION_MAP |
map TcpPacketType and EcnMode to boolean value to check whether ECN-marking is allowed or not
Definition at line 65 of file tcp-socket-base.cc.