X-Git-Url: https://git.sesse.net/?p=cubemap;a=blobdiff_plain;f=config.h;fp=config.h;h=d5b04113303d2cf026a21b823d97e385e02eb540;hp=60531486ea94e91cf82740bc9fe9293110f836e6;hb=b08dc2a81825a298a03f2dee2ae7dd7045e72739;hpb=e58011d0b12b490acaf7b65f7462a119ca8d6410 diff --git a/config.h b/config.h index 6053148..d5b0411 100644 --- a/config.h +++ b/config.h @@ -21,6 +21,7 @@ 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). }; struct AcceptorConfig {