X-Git-Url: https://git.sesse.net/?p=cubemap;a=blobdiff_plain;f=config.h;h=3014b48d4128d4f4b1150a28a23ddc953b33d3ac;hp=d5b04113303d2cf026a21b823d97e385e02eb540;hb=0eac9253f23925734e256c63081e157c68c70704;hpb=b08dc2a81825a298a03f2dee2ae7dd7045e72739;ds=sidebyside diff --git a/config.h b/config.h index d5b0411..3014b48 100644 --- a/config.h +++ b/config.h @@ -22,6 +22,7 @@ struct UDPStreamConfig { 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 {