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

Add msg zerocopy research code

This commit is contained in:
winlin 2020-04-19 21:58:39 +08:00
parent a579f51e72
commit c362bfc3ab
4 changed files with 150 additions and 0 deletions

View file

@ -0,0 +1,8 @@
default: server client
server: server.cpp ../../objs/st/libst.a
gcc -g -O0 -I../../objs/st/ $^ -o $@
client: client.cpp ../../objs/st/libst.a
gcc -g -O0 -I../../objs/st/ $^ -o $@