NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.5: NDN, CCN, CCNx, content centric networks
API Documentation
websocketpp::extensions::permessage_deflate::mode Namespace Reference

Enumerations

enum  value { accept = 1, decline, largest, smallest }
 

Enumeration Type Documentation

◆ value

Enumerator
accept 

Accept any value the remote endpoint offers.

decline 

Decline any value the remote endpoint offers. Insist on defaults.

largest 

Use the largest value common to both offers.

smallest 

Use the smallest value common to both offers.

Definition at line 205 of file enabled.hpp.