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

fix simple handshake bug #46, copy c1 to s2. change to 0.9.63

This commit is contained in:
winlin 2014-04-13 21:55:01 +08:00
parent 9a036958d7
commit bc756d6ad9
4 changed files with 10 additions and 4 deletions

View file

@ -137,7 +137,7 @@ public:
virtual int read_s0s1s2(ISrsProtocolReaderWriter* io);
virtual int read_c2(ISrsProtocolReaderWriter* io);
virtual int create_c0c1();
virtual int create_s0s1s2();
virtual int create_s0s1s2(const char* c1 = NULL);
virtual int create_c2();
};