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

refine amf0 and handshake code, add comments to utest.

This commit is contained in:
winlin 2014-07-06 17:25:25 +08:00
parent 574cd15efb
commit e5e2729967
4 changed files with 118 additions and 6 deletions

View file

@ -36,7 +36,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include <srs_protocol_handshake.hpp>
#ifdef SRS_AUTO_SSL
using namespace srs;
using namespace _srs_internal;
#endif
#include <srs_protocol_io.hpp>