1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

research st, remove all events except epoll.

This commit is contained in:
winlin 2014-11-11 11:15:58 +08:00
parent 91f6dbe479
commit cd09fcaf55
3 changed files with 11 additions and 994 deletions

View file

@ -177,10 +177,6 @@
/*****************************************
* Other defines
*/
#if !defined(MD_HAVE_POLL) && !defined(MD_DONT_HAVE_POLL)
#define MD_HAVE_POLL
#endif
#ifndef MD_STACK_PAD_SIZE
#define MD_STACK_PAD_SIZE 128
#endif