Namespaces | |
IpSec | |
Classes | |
class | AlcPacket |
A class for parsing and creating ALC packets. More... | |
class | EncodingSymbol |
A class for handling FEC encoding symbols. More... | |
class | File |
Represents a file being transmitted or received. More... | |
class | FileDeliveryTable |
A class for parsing and creating FLUTE FDTs (File Delivery Tables). More... | |
struct | FecOti |
OTI values struct. More... | |
class | Receiver |
FLUTE receiver class. More... | |
class | Transmitter |
FLUTE transmitter class. More... | |
Enumerations | |
enum class | ContentEncoding { NONE , ZLIB , DEFLATE , GZIP } |
Content Encodings. More... | |
enum class | FecScheme { CompactNoCode } |
Error correction schemes. More... | |
|
strong |
Content Encodings.
Enumerator | |
---|---|
NONE | |
ZLIB | |
DEFLATE | |
GZIP |
Definition at line 36 of file flute_types.h.
|
strong |