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

do performance test, support 1.8k, improve 22%

This commit is contained in:
winlin 2014-07-12 10:26:09 +08:00
parent 1ccb52bac6
commit e2d273f493
2 changed files with 21 additions and 15 deletions

View file

@ -5442,3 +5442,4 @@ VOID TEST(ProtocolRTMPTest, RTMPHandshakeBytes)
EXPECT_TRUE(ERROR_SUCCESS == bytes.read_s0s1s2(&bio));
EXPECT_TRUE(bytes.s0s1s2 != NULL);
}