X-Git-Url: https://git.sesse.net/?p=cubemap;a=blobdiff_plain;f=config.h;h=3014b48d4128d4f4b1150a28a23ddc953b33d3ac;hp=60531486ea94e91cf82740bc9fe9293110f836e6;hb=0eac9253f23925734e256c63081e157c68c70704;hpb=5cc8cd703a637e276c2595953878fd9561592bfa diff --git a/config.h b/config.h index 6053148..3014b48 100644 --- a/config.h +++ b/config.h @@ -21,6 +21,8 @@ struct UDPStreamConfig { sockaddr_in6 dst; std::string src; // Can be empty. uint32_t pacing_rate; // In bytes per second. Default is ~0U (no limit). + int ttl; // Default is -1 (use operating system default). + int multicast_iface_index; // Default is -1 (use operating system default). }; struct AcceptorConfig {