mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
support listen and accept framework
This commit is contained in:
parent
5b02f9c78b
commit
d8a64603c0
9 changed files with 332 additions and 10 deletions
|
@ -35,4 +35,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|||
#define __STDC_FORMAT_MACROS
|
||||
#endif
|
||||
|
||||
#include <assert.h>
|
||||
#define SrsAssert(expression) assert(expression)
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue