diff options
Diffstat (limited to 'src/dabOutput/dabOutput.h')
-rw-r--r-- | src/dabOutput/dabOutput.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/dabOutput/dabOutput.h b/src/dabOutput/dabOutput.h index 0ced9d3..b2100ab 100644 --- a/src/dabOutput/dabOutput.h +++ b/src/dabOutput/dabOutput.h @@ -61,12 +61,14 @@ struct edi_configuration_t { unsigned chunk_len; // RSk, data length of each chunk unsigned fec; // number of fragments that can be recovered bool enabled; - unsigned int source_port; bool dump; bool verbose; bool enable_pft; std::string dest_addr; + std::string source_addr; + unsigned int source_port; unsigned int dest_port; + unsigned int ttl; unsigned int tagpacket_alignment; }; |