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

fix #147, support identify the srs edge. 0.9.190.

This commit is contained in:
winlin 2014-08-06 09:57:30 +08:00
parent 3532b61e3d
commit 5b28355a0b
5 changed files with 77 additions and 3 deletions

View file

@ -101,6 +101,7 @@ private:
virtual int ingest();
virtual void close_underlayer_socket();
virtual int connect_server();
virtual int connect_app();
virtual int process_publish_message(SrsMessage* msg);
};