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:
parent
a579f51e72
commit
c362bfc3ab
4 changed files with 150 additions and 0 deletions
8
trunk/research/msg_zerocopy/Makefile
Normal file
8
trunk/research/msg_zerocopy/Makefile
Normal 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 $@
|
Loading…
Add table
Add a link
Reference in a new issue