{"enforced_encryption","Enforces that both connection parties have the same passphrase set ",OFFSET(enforced_encryption),AV_OPT_TYPE_BOOL,{.i64=-1},-1,1,.flags=D|E},
{"kmrefreshrate","The number of packets to be transmitted after which the encryption key is switched to a new key",OFFSET(kmrefreshrate),AV_OPT_TYPE_INT,{.i64=-1},-1,INT_MAX,.flags=D|E},
{"kmpreannounce","The interval between when a new encryption key is sent and when switchover occurs",OFFSET(kmpreannounce),AV_OPT_TYPE_INT,{.i64=-1},-1,INT_MAX,.flags=D|E},
{"mss","The Maximum Segment Size",OFFSET(mss),AV_OPT_TYPE_INT,{.i64=-1},-1,1500,.flags=D|E},
{"ffs","Flight flag size (window size) (in bytes)",OFFSET(ffs),AV_OPT_TYPE_INT,{.i64=-1},-1,INT_MAX,.flags=D|E},
{"ipttl","IP Time To Live",OFFSET(ipttl),AV_OPT_TYPE_INT,{.i64=-1},-1,255,.flags=D|E},
@ -321,6 +327,9 @@ static int libsrt_set_options_pre(URLContext *h, int fd)