Repo to be used for learning git, GitHub, and GitHub Desktop (Mac)
The table below provides a complete list of SRT options and their characteristics according to the following legend:
-
Since: Defines the SRT version when this option was first introduced. If this field is empty, it's an option derived from UDT. "Version 0.0.0" is the oldest version of SRT ever created and put into use.
-
Binding: Defines limitation on setting the option. The field is empty if the option is not settable (see Dir column):
-
pre
: A connecting socket (both as caller and rendezvous) must be set prior to callingsrt_connect()
orsrt_bind()
and never changed thereafter. A listener socket should be set to "listening" and it will be derived by every socket returned bysrt_accept()
. -
pre-bind
: The option cannot be altered on a socket that is already bound (by callingsrt_bind()
or any other function doing this, including automatic binding when trying to connect, as well as accepted sockets). Thepre-bind
characteristic applies exclusively to options that:- change the behavior and functionality of the
srt_bind
call - concern or set an option on the internally used UDP socket
- concern any kind of resource used by the multiplexer
- change the behavior and functionality of the
-
- Academic Free License (AFL) v3.0
- Apache Sofware License (ASL) v2.0
- Common Public License (CPL) v1.0
- Berkeley Software Distribution (BSD) Style License
- BOOST Software License v1.0
- GCC Runtime Library Exception
- GNU Linking Exception
- GNU General Public License (GPL)
- GNU General Public License (GPL) v3.0
- GNU Library General Public License (LGPL)
- GNU Library General Public License (LGPL) v2.0
- GNU Library General Public License (LGPL) v2.1
- GNU Library General Public License (LGPL) v3.0
- Internet Systems Consortium (ISC) License
- LIBSDTC++ Runtime Library Exception
- LIBSDTC++ Runtime Library Exception FAQ
- Mozilla Public License (MPL)
- Public Domain License
- Massachusetts Institute of Technology (MIT) License
- FLTK Library License
- ZLIB Library