Skip to content

Commit

Permalink
[apps] Added mininputbw URI query parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
maxsharabayko committed Feb 22, 2021
1 parent 82159e4 commit 4aa9100
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/socketoptions.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ const SocketOption srt_options [] {
{ "ipttl", 0, SRTO_IPTTL, SocketOption::PRE, SocketOption::INT, nullptr},
{ "iptos", 0, SRTO_IPTOS, SocketOption::PRE, SocketOption::INT, nullptr},
{ "inputbw", 0, SRTO_INPUTBW, SocketOption::POST, SocketOption::INT64, nullptr},
{ "mininputbw", 0, SRTO_MININPUTBW, SocketOption::POST, SocketOption::INT64, nullptr},
{ "oheadbw", 0, SRTO_OHEADBW, SocketOption::POST, SocketOption::INT, nullptr},
{ "latency", 0, SRTO_LATENCY, SocketOption::PRE, SocketOption::INT, nullptr},
{ "tsbpdmode", 0, SRTO_TSBPDMODE, SocketOption::PRE, SocketOption::BOOL, nullptr},
Expand Down

0 comments on commit 4aa9100

Please sign in to comment.